| | |
| | | /// <summary> |
| | | /// 获取字典数据分页列表 |
| | | /// </summary> |
| | | public class GetDictionaryDatasQuery : PagedListQuery<GetDictionaryDatasQueryResult, GetDictionaryDatasQueryResultItem> , IRequest<GetDictionaryDatasQueryResult> |
| | | [Resource([EnumResourceController.Dictionary])] |
| | | public class GetDictionaryDatasQuery : PagedListQuery<PagedListQueryResult<GetDictionaryDatasQueryResultItem>, GetDictionaryDatasQueryResultItem> , IRequest<PagedListQueryResult<GetDictionaryDatasQueryResultItem>> |
| | | { |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 获取字典数据分页列表-结果 |
| | | /// </summary> |
| | | public class GetDictionaryDatasQueryResult : PagedListQueryResult<GetDictionaryDatasQueryResultItem> |
| | | { |
| | | |
| | | } |
| | | |
| | | /// <summary> |