整理字段长度,迁移准备工作完毕
This commit is contained in:
@@ -27,6 +27,7 @@ public class ReadingTaskQuestionAnswer : BaseAddAuditEntity
|
||||
public Guid VisitTaskId { get; set; }
|
||||
|
||||
[Comment("答案")]
|
||||
[StringLength(1000)]
|
||||
public string Answer { get; set; } = string.Empty;
|
||||
|
||||
[Comment("全局阅片修改的答案")]
|
||||
|
||||
Reference in New Issue
Block a user