This commit is contained in:
ky_sunl
2021-04-25 03:29:40 +00:00
parent 57047b221e
commit 8af873e25a
2 changed files with 8 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ namespace Dilon.Core
/// 机构Id
/// </summary>
[Comment("机构Id")]
[Column("SysUserId", TypeName = "varchar(36)")]
[Column("SysOrgId", TypeName = "varchar(36)")]
public string SysOrgId { get; set; }
/// <summary>