using JNPF.Common.Filter; using JNPF.DependencyInjection; namespace JNPF.Systems.Entitys.Dto.Module; /// /// 功能列表查询 /// [SuppressSniffer] public class ModuleListQuery : KeywordInput { /// /// 分类 /// public string category { get; set; } }