duheng
2024-11-19 ca5f300a7cef85d22b5e0f9d59d117c49f9909b3
Service/HStation.Service.Assets.Core/04-dal/01-interface/11-IExchanger/IAssetsExchangerPartMain.cs
@@ -7,7 +7,7 @@
    /// </summary>
    public interface IAssetsExchangerPartMain : IBaseDAL<Entity.AssetsExchangerPartMain>, IUpdateSorter
    {
        long InsertsEx(Entity.AssetsExchangerPartMain part, List<Entity.AssetsExchangerPropContent> AssetsExchangerPropContents, Entity.AssetsExchangerMainAndPartMap partmap);
        long InsertsEx(Entity.AssetsExchangerPartMain part, List<Entity.AssetsExchangerPropContent> AssetsExchangerPropContents, Entity.AssetsExchangerMainAndPartMapping partmap);
        bool UpdateEx(Entity.AssetsExchangerPartMain part, List<Entity.AssetsExchangerPropContent> AssetsExchangerPropContents);