This commit is contained in:
Xy
2021-04-23 10:02:36 +00:00
parent c83391cf5a
commit e4c3350726
15 changed files with 58 additions and 35 deletions

View File

@@ -19,7 +19,8 @@ namespace Dilon.Core
/// </summary>
[DatabaseGenerated(DatabaseGeneratedOption.None)]
[Comment("用户Id")]
public long Id { get; set; }
[Column("用户Id", TypeName = "varchar(36)")]
public string Id { get; set; }
/// <summary>
/// 工号
@@ -31,7 +32,8 @@ namespace Dilon.Core
/// 机构Id
/// </summary>
[Comment("机构Id")]
public long OrgId { get; set; }
[Column("机构Id", TypeName = "varchar(36)")]
public string OrgId { get; set; }
/// <summary>
/// 机构名称