using JNPF.Common.Security;
using JNPF.DependencyInjection;
namespace JNPF.Systems.Entitys.Model.PrintDev;
///
/// 打印模板配置字段模型.
///
[SuppressSniffer]
public class PrintDevFieldModel : TreeModel
{
///
/// 字段说明.
///
public string fullName { get; set; }
}