lixiaojun
2024-11-18 a302d7d16e6bed80511cb49813d16829eb933560
Service/HStation.Service.Assets.Core/04-dal/01-interface/01-IPumpMain/IPumpPartMain.cs
@@ -7,7 +7,7 @@
    /// </summary>
    public interface IAssetsPumpPartMain : IBaseDAL<Entity.AssetsPumpPartMain>, IUpdateSorter
    {
        long InsertsEx(Entity.AssetsPumpPartMain part, List<Entity.AssetsPumpPropContent> AssetsPumpPropContents, Entity.AssetsPumpMainAndPartMap partmap);
        long InsertsEx(Entity.AssetsPumpPartMain part, List<Entity.AssetsPumpPropContent> AssetsPumpPropContents, Entity.AssetsPumpMainAndPartMapping partmap);
        bool UpdateEx(Entity.AssetsPumpPartMain part, List<Entity.AssetsPumpPropContent> AssetsPumpPropContents);