| | |
| | | /// <summary> |
| | | /// 报警等级 |
| | | /// </summary> |
| | | public interface IAssetsFourlinkSeries : IBaseCAL<AddAssetsFourlinkSeriesInput, UpdateAssetsFourlinkSeriesInput, AssetsFourlinkSeriesDto>, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter |
| | | public interface IAssetsFourlinkSeries : IBaseCAL<AddAssetsFourlinkSeriesInput, UpdateAssetsFourlinkSeriesInput, AssetsFourlinkSeriesDto>, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateTreeSorter |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | Task<bool> IsExistTagName(string TagName); |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | Task<bool> IsExistTagNameExceptID(string TagName, long ExceptID); |
| | | } |
| | | } |