13 lines
267 B
C#
13 lines
267 B
C#
using JNPF.Common.Filter;
|
|
|
|
namespace JNPF.Systems.Entitys.Dto.System.BillRule
|
|
{
|
|
public class BillRuleListQueryInput : PageInputBase
|
|
{
|
|
/// <summary>
|
|
/// 分类id.
|
|
/// </summary>
|
|
public string categoryId { get; set; }
|
|
}
|
|
}
|