同步数据库备注到实体
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
@@ -9,6 +9,7 @@ public class OSSImageInfo
public string ImagePath { get; set; } = string.Empty;
}
[Comment("项目阅片 - 医学审核")]
[Table("TaskMedicalReview")]
public class TaskMedicalReview : BaseFullAuditEntity
{
@@ -59,7 +60,7 @@ public class TaskMedicalReview : BaseFullAuditEntity
public DateTime? AllocateTime { get; set; }
[Comment("审核状态")]
[Required]
public MedicalReviewAuditState AuditState { get; set; }
[Comment("审核通过时间")]