添加项目文件。
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.PrintDev;
|
||||
|
||||
/// <summary>
|
||||
/// 打印模板字段输出.
|
||||
/// </summary>
|
||||
[SuppressSniffer]
|
||||
public class PrintDevFieldsOutput
|
||||
{
|
||||
/// <summary>
|
||||
/// 我的财产.
|
||||
/// </summary>
|
||||
public string MyProperty { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user