整理字段长度,迁移准备工作完毕

This commit is contained in:
2024-09-25 10:59:40 +08:00
parent 1da4fbe23b
commit 73e7ed11b1
49 changed files with 45865 additions and 73 deletions
@@ -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;
}