| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public interface IPumpMain : IBaseDAL<Entity.PumpMain>, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter |
| | | public interface IAssetsPumpMain : IBaseDAL<Entity.AssetsPumpMain>, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter |
| | | { |
| | | long InsertsEx(Entity.PumpMain pumpMain, Entity.PumpGroupAndMainMap pumpGroupAndMainMap); |
| | | long InsertsEx(Entity.AssetsPumpMain AssetsPumpMain, Entity.AssetsPumpGroupAndMainMap AssetsPumpGroupAndMainMap); |
| | | |
| | | bool DeleteEx(long ID); |
| | | } |