| | |
| | | /// <summary> |
| | | /// 报警等级 |
| | | /// </summary> |
| | | public interface IAssetsValveMain : IBaseCAL<AddAssetsValveMainInput, UpdateAssetsValveMainInput, AssetsValveMainDto>, IUpdateSorter |
| | | public interface IAssetsValveMain : IBaseCAL<AddAssetsValveMainInput, UpdateAssetsValveMainInput, AssetsValveMainDto>, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter |
| | | { |
| | | /// <summary> |
| | | /// 通过 系列ID 获取 |
| | |
| | | public Task<List<AssetsValveMainDto>> GetBySeriesID(long ID); |
| | | |
| | | /// <summary> |
| | | /// 更新默认值状态 |
| | | /// |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | // public Task<bool> UpdateDefaultStatus(long ID, bool status); |
| | | Task<bool> IsExistTagName(string TagName); |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | Task<bool> IsExistTagNameExceptID(string TagName, long ExceptID); |
| | | } |
| | | } |