同步数据库备注到实体
continuous-integration/drone/push Build is passing

This commit is contained in:
hang
2024-09-20 22:45:48 +08:00
parent 3ee0c2ccc7
commit e9bb71f5c9
155 changed files with 209 additions and 77 deletions
@@ -1,5 +1,6 @@
namespace IRaCIS.Core.Domain.Models;
[Comment("项目阅片 - 自定义标记")]
[Table("ReadingCustomTag")]
public class ReadingCustomTag : BaseAddAuditEntity
{
@@ -1,5 +1,6 @@
using IRaCIS.Core.Domain.Share;
namespace IRaCIS.Core.Domain.Models;
[Comment("阅片全局任务信息")]
[Table("ReadingGlobalTaskInfo")]
public class ReadingGlobalTaskInfo : BaseAddAuditEntity
@@ -1,4 +1,5 @@
namespace IRaCIS.Core.Domain.Models;
[Comment("阅片裁判信息")]
[Table("ReadingJudgeInfo")]
public class ReadingJudgeInfo : BaseAddAuditEntity
@@ -7,15 +8,15 @@ public class ReadingJudgeInfo : BaseAddAuditEntity
#endregion
[Comment("第一个任务ID")]
[Required]
public Guid TaskIdOne { get; set; }
[Comment("第二个任务ID")]
[Required]
public Guid TaskIdTwo { get; set; }
[Comment("裁判任务ID")]
[Required]
public Guid JudgeTaskId { get; set; }
public Guid TrialId { get; set; }
public Guid SubjectId { get; set; }
@@ -1,4 +1,5 @@
namespace IRaCIS.Core.Domain.Models;
[Comment("阅片肿瘤学 针对访视任务 添加了一个结果")]
[Table("ReadingOncologyTaskInfo")]
public class ReadingOncologyTaskInfo : BaseAddAuditEntity
@@ -1,6 +1,7 @@
using IRaCIS.Core.Domain.Share;
namespace IRaCIS.Core.Domain.Models;
[Comment("表格问题答案行数据")]
[Table("ReadingTableAnswerRowInfo")]
public class ReadingTableAnswerRowInfo : BaseFullDeleteAuditEntity
@@ -1,5 +1,6 @@
namespace IRaCIS.Core.Domain.Models;
[Comment("项目阅片 - 表格问题行记录子项答案")]
[Table("ReadingTableQuestionAnswer")]
public class ReadingTableQuestionAnswer : BaseFullDeleteAuditEntity
{
@@ -1,4 +1,5 @@
namespace IRaCIS.Core.Domain.Models;
[Comment("阅片任务答案")]
[Table("ReadingTaskQuestionAnswer")]
public class ReadingTaskQuestionAnswer : BaseAddAuditEntity
@@ -1,7 +1,7 @@
using IRaCIS.Core.Domain.Share;
namespace IRaCIS.Core.Domain.Models;
[Comment("项目阅片 - 任务问题标记")]
[Table("ReadingTaskQuestionMark")]
public class ReadingTaskQuestionMark : BaseAddAuditEntity
{
@@ -1,5 +1,6 @@
using IRaCIS.Core.Domain.Share;
namespace IRaCIS.Core.Domain.Models;
[Comment("任务关系表")]
[Table("ReadingTaskRelation")]
public class ReadingTaskRelation : BaseAddAuditEntity