代码生成编辑新增字段备注

This commit is contained in:
不做码农
2022-05-20 14:40:31 +08:00
parent d8abd49103
commit 99595c1993
6 changed files with 20 additions and 13 deletions

View File

@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using ZR.Model.System.Generate;
using System.Collections.Generic;
namespace ZR.Model.System.Dto
{
@@ -73,6 +70,10 @@ namespace ZR.Model.System.Dto
/// 字典类型
/// </summary>
public string DictType { get; set; }
/// <summary>
/// 备注
/// </summary>
public string Remark { get; set; }
}
}