duheng
2024-07-29 e0e3ba17d3e48a586c49b9fe84e2c791438651bd
Service/HStation.Service.Assets.Core/02-dal/01-interface/IPumpPartMain.cs
@@ -5,7 +5,12 @@
    /// <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);
    }
}