| | |
| | | namespace FlexJobApi.Core |
| | | { |
| | | /// <summary> |
| | | /// 查询字典类别分页列表数据 |
| | | /// 获取数据字典类别分页列表数据 |
| | | /// </summary> |
| | | [Resource([EnumResourceController.Dictionary])] |
| | | public class GetDictionaryCategoriesQuery : PagedListQuery<PagedListQueryResult<GetDictionaryCategoriesQueryResultItem>, GetDictionaryCategoriesQueryResultItem>, IRequest<PagedListQueryResult<GetDictionaryCategoriesQueryResultItem>> |
| | | public class GetDictionaryCategoriesQuery : PagedListQuery<PagedListQueryResult<GetDictionaryCategoriesQueryResultItem>, GetDictionaryCategoriesQueryResultItem> |
| | | { |
| | | /// <summary> |
| | | /// 关键字 |
| | |
| | | public string Keywords { get; set; } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 获取数据字典类别分页列表数据-结果-项 |
| | | /// </summary> |
| | | public class GetDictionaryCategoriesQueryResultItem |
| | | { |
| | | /// <summary> |