using Admin.NET.Core; namespace Admin.NET.Application { /// /// 分页查询条件 /// public class FormPageSearch : PageInputBase { /// /// 标题 /// public string Title { get; set; } /// /// 表单类型 /// public long? TypeId { get; set; } } }