| | |
| | | using Yw.CAL; |
| | | using Yw.CAL; |
| | | |
| | | namespace PBS.CAL |
| | | { |
| | | /// <summary> |
| | | /// 模型模板组 |
| | | ///</summary> |
| | | public interface IModelTemplateGroup :IBaseCAL<AddModelTemplateGroupInput,UpdateModelTemplateGroupInput,ModelTemplateGroupDto> , IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateUseStatus, IUpdateTreeSorter |
| | | { |
| | | public interface IModelTemplateGroup : IBaseCAL<AddModelTemplateGroupInput, UpdateModelTemplateGroupInput, ModelTemplateGroupDto>, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateUseStatus, IUpdateTreeSorter |
| | | { |
| | | |
| | | /// <summary> |
| | | /// 更新树排序码 |
| | | /// </summary> |
| | | Task<bool> UpdateTreeSortCode(long ID, List<long> ParentIds, int SortCode); |
| | | |
| | | |
| | | /// <summary> |
| | | /// 判断TagName是否存在 |
| | | /// </summary> |
| | |
| | | |
| | | } |
| | | } |
| | | |
| | | |