duheng
2024-12-27 46db25ec513ceb5dbfa78c1ea447003b41f1c900
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);