update 字典表增加扩展字段

This commit is contained in:
2021-05-20 17:49:52 +08:00
parent 4e733db8ed
commit e7fea323bd
5 changed files with 56 additions and 8 deletions

View File

@@ -30,6 +30,9 @@ namespace Ewide.Core
[Comment("编码")]
public string Code { get; set; }
[Comment("扩展编码以json形式存储")]
public string ExtCode { get; set; }
/// <summary>
/// 排序
/// </summary>