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

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
@@ -70,6 +70,7 @@ public class TrialClinicalTableQuestion : BaseAddAuditEntity
public ClinicalCalculateMark? ClinicalCalculateMarkEnum { get; set; }
[Comment("自定义计算问题")]
[MaxLength]
public string CalculateQuestions { get; set; } = "[]";
[Comment("小数点位数")]