using MediatR; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FlexJobApi.Core { /// /// 查询数据字典类别选择器数据 /// public class GetDictionaryCategorySelectQuery : SelectQuery { } }