| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public interface IPumpPartMain : IBaseDAL<Entity.PumpPartMain>, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter |
| | | public interface IPumpPartMain : IBaseDAL<Entity.PumpPartMain>, IUpdateSorter |
| | | { |
| | | long InsertsEx(Entity.PumpPartMain part, List<Entity.PumpPropContent> pumpPropContents, Entity.PumpMainAndPartMap partmap); |
| | | |
| | | bool UpdateEx(Entity.PumpPartMain part, List<Entity.PumpPropContent> pumpPropContents); |
| | | |
| | | bool DeleteEx(Entity.PumpPartMain part, List<Entity.PumpPropContent> pumpPropContents); |
| | | } |
| | | } |