using JNPF.Common.Filter; namespace JNPF.Systems.Entitys.Dto.System.BillRule { public class BillRuleListQueryInput : PageInputBase { /// /// 分类id. /// public string categoryId { get; set; } } }