using Yw.DAL; namespace HStation.DAL { /// /// /// public interface IAssetsPumpMain : IBaseDAL, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter { long InsertsEx(Entity.AssetsPumpMain AssetsPumpMain, Entity.AssetsPumpGroupAndMainMapping AssetsPumpGroupAndMainMap); bool DeleteEx(long ID); } }