@@ -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("审核通过时间")]
|
||||
|
||||
Reference in New Issue
Block a user