| | |
| | | /// <summary> |
| | | /// 查询数据字典选择器 |
| | | /// </summary> |
| | | [Resource([EnumResourceController.Dictionary], AllowAnonymous = true)] |
| | | [Resource([EnumResourceController.FlexJobServerDictionary], AllowAnonymous = true)] |
| | | public class GetDictionaryDataSelectQuery : SelectQuery<string, GetDictionaryDataSelectQueryResultOption> |
| | | { |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 携带下级 |
| | | /// </summary> |
| | | public bool WithChildren { get; set; } |
| | | public bool? WithChildren { get; set; } |
| | | } |
| | | |
| | | public class GetDictionaryDataSelectQueryResultOption |
| | | { |
| | | public GetDictionaryDataSelectQueryResultOption() |
| | | { |
| | | Children = []; |
| | | |
| | | } |
| | | |
| | | /// <summary> |