Files
tnb.server/system/Tnb.Systems.Entitys/Dto/System/BillRule/BillRuleListQueryInput.cs
2023-03-13 15:00:34 +08:00

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; }
}
}