namespace YD_Event.Application.Config.Dtos; public class CustomConfigQueryInput : Pagination { /// /// 配置名称 /// public string Name { get; set; } /// /// 配置唯一编码 /// public string Code { get; set; } }