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

@@ -33,7 +33,8 @@ namespace Dilon.Core
/// 发布人Id
/// </summary>
[Comment("发布人Id")]
public long PublicUserId { get; set; }
[Column("发布人Id", TypeName = "varchar(36)")]
public string PublicUserId { get; set; }
/// <summary>
/// 发布人姓名
@@ -44,8 +45,9 @@ namespace Dilon.Core
/// <summary>
/// 发布机构Id
/// </summary>
[Comment("发布机构Id")]
public long PublicOrgId { get; set; }
[Comment("发布机构Id")]
[Column("发布机构Id", TypeName = "varchar(36)")]
public string PublicOrgId { get; set; }
/// <summary>
/// 发布机构名称