整理字段长度,迁移准备工作完毕
This commit is contained in:
@@ -78,7 +78,9 @@ public class TaskMedicalReview : BaseFullAuditEntity
|
||||
|
||||
[Comment("质询问题")]
|
||||
public string Questioning { get; set; } = string.Empty;
|
||||
|
||||
[Comment("图片路径")]
|
||||
[StringLength(1000)]
|
||||
public string ImagePath { get; set; } = string.Empty;
|
||||
|
||||
[Comment("审核建议")]
|
||||
@@ -111,5 +113,6 @@ public class TaskMedicalReview : BaseFullAuditEntity
|
||||
|
||||
public bool IsAutoGenerate { get; set; }
|
||||
|
||||
[StringLength(1000)]
|
||||
public string PDRelationTaskIdListStr { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user