duheng
2024-07-18 7bf79c6515f27ba9be8d2b3fb4e3ceae5718e3e5
Service/HStation.Service.Assets.Core/02-dal/01-interface/IPumpMain.cs
文件名从 Service/HStation.Service.Xhs.PumpProduct.Core/02-dal/01-interface/IPumpMain.cs 修改
@@ -12,7 +12,7 @@
    /// </summary>
    public interface IPumpMain : IBaseDAL<Entity.PumpMain>, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter
    {
        long InsertsEx(Entity.PumpMain pumpMain, Entity.PumpGroupAndMainMap pumpGroupAndMainMap);
        long InsertsEx(Entity.PumpMain pumpMain, Entity.PumpGroupAndMainMap pumpGroupAndMainMap, Entity.PumpPartMain pumpPartMain, List<Entity.PumpPropContent> pumpPropContent, Entity.PumpMainAndPartMap pumpMainAndPartMap);
        bool DeleteEx(long ID);
    }