lixiaojun
2025-02-06 146ca8c7eefe74d3b73c00a73e99e94e903be401
BLL/HStation.BLL.Assets.Core/01-interface/15-ITank/IAssetsTankSeries.cs
@@ -1,5 +1,4 @@
using HStation.Dto;
using Yw.CAL;
using Yw.CAL;
namespace HStation.CAL
{
@@ -8,11 +7,6 @@
    ///</summary>
    public interface IAssetsTankSeries : IBaseCAL<AddAssetsTankSeriesInput, UpdateAssetsTankSeriesInput, AssetsTankSeriesDto>, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateTreeSorter
    {
        /// <summary>
        /// 更新树排序码
        /// </summary>
        Task<bool> UpdateTreeSortCode(long ID, List<long> ParentIds, int SortCode);
        /// <summary>
        /// 判断TagName是否存在
        /// </summary>