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