1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
| <?xml version="1.0"?>
| <doc>
| <assembly>
| <name>FlexJobApi.Application</name>
| </assembly>
| <members>
| <member name="T:FlexJobApi.Application.DictionaryAppService">
| <summary>
| 数据字典
| </summary>
| </member>
| <member name="M:FlexJobApi.Application.DictionaryAppService.#ctor(MediatR.IMediator)">
| <summary>
| 数据字典
| </summary>
| </member>
| <member name="M:FlexJobApi.Application.DictionaryAppService.GetDictionaryDatas(FlexJobApi.Core.GetDictionaryDatasQuery)">
| <summary>
| 获取字典数据分页列表
| </summary>
| <param name="query"></param>
| <returns></returns>
| </member>
| <member name="T:FlexJobApi.Application.GetDictionaryDatasQueryHandler">
| <summary>
| 获取字典数据分页列表
| </summary>
| </member>
| </members>
| </doc>
|
|