lixiaojun
2024-11-18 a302d7d16e6bed80511cb49813d16829eb933560
Service/HStation.Service.Assets.Core/04-dal/01-interface/12-ICompressor/IAssetsCompressorPartMain.cs
@@ -7,7 +7,7 @@
    /// </summary>
    public interface IAssetsCompressorPartMain : IBaseDAL<Entity.AssetsCompressorPartMain>, IUpdateSorter
    {
        long InsertsEx(Entity.AssetsCompressorPartMain part, List<Entity.AssetsCompressorPropContent> AssetsCompressorPropContents, Entity.AssetsCompressorMainAndPartMap partmap);
        long InsertsEx(Entity.AssetsCompressorPartMain part, List<Entity.AssetsCompressorPropContent> AssetsCompressorPropContents, Entity.AssetsCompressorMainAndPartMapping partmap);
        bool UpdateEx(Entity.AssetsCompressorPartMain part, List<Entity.AssetsCompressorPropContent> AssetsCompressorPropContents);