15 lines
299 B
C#
15 lines
299 B
C#
using JNPF.DependencyInjection;
|
|
|
|
namespace JNPF.Systems.Entitys.Dto.PrintDev;
|
|
|
|
/// <summary>
|
|
/// 打印模板配置修复输入.
|
|
/// </summary>
|
|
[SuppressSniffer]
|
|
public class PrintDevUpInput : PrintDevCrInput
|
|
{
|
|
/// <summary>
|
|
/// id.
|
|
/// </summary>
|
|
public string id { get; set; }
|
|
} |