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

@@ -17,13 +17,15 @@ namespace Dilon.Core
/// 通知公告Id
/// </summary>
[Comment("通知公告Id")]
public long NoticeId { get; set; }
[Column("通知公告Id", TypeName = "varchar(36)")]
public string NoticeId { get; set; }
/// <summary>
/// 用户Id
/// </summary>
[Comment("用户Id")]
public long UserId { get; set; }
[Comment("用户Id")]
[Column("用户Id", TypeName = "varchar(36)")]
public string UserId { get; set; }
/// <summary>
/// 阅读时间