| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public interface IAssetsElbowMain : IBaseCAL<AddElbowMianInput, UpdateAssetsElbowMainInput, AssetsElbowMainDto> |
| | | public interface IAssetsElbowMain : IBaseCAL<AddAssetsElbowMainInput, UpdateAssetsElbowMainInput, AssetsElbowMainDto>, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter |
| | | { |
| | | /// <summary> |
| | | /// 通过 系列ID 获取 |
| | | /// |
| | | /// </summary> |
| | | public Task<List<AssetsElbowMainDto>> GetBySeriesID(long ID); |
| | | Task<int> GetCount(); |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | Task<List<AssetsElbowMainDto>> GetBySeriesID(long SeriesID); |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | Task<bool> IsExistTagName(string TagName); |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | Task<bool> IsExistTagNameExceptID(string TagName, long ExceptID); |
| | | } |
| | | } |