This commit is contained in:
ky_sunl
2021-04-23 11:08:33 +00:00
parent 3e8600ef77
commit b3cea63ab6
11 changed files with 21 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ namespace Dilon.Core
/// 代码生成主表ID
/// </summary>
[Comment("代码生成主表ID")]
[Column("代码生成主表ID", TypeName = "varchar(36)")]
[Column("CodeGenId", TypeName = "varchar(36)")]
public string CodeGenId { get; set; }
/// <summary>