16 lines
335 B
C#
16 lines
335 B
C#
using JNPF.Common.Filter;
|
|
using JNPF.DependencyInjection;
|
|
|
|
namespace JNPF.Systems.Entitys.Dto.PrintDev;
|
|
|
|
/// <summary>
|
|
/// 打印模板列表查询输入.
|
|
/// </summary>
|
|
[SuppressSniffer]
|
|
public class PrintDevListInput : PageInputBase
|
|
{
|
|
/// <summary>
|
|
/// 分类.
|
|
/// </summary>
|
|
public string category { get; set; }
|
|
} |