添加默认值

This commit is contained in:
he
2025-06-24 11:27:10 +08:00
parent b44c92f291
commit fea55de838
9 changed files with 19958 additions and 9 deletions
@@ -84,4 +84,7 @@ public class TrialClinicalTableQuestion : BaseAddAuditEntity
[Comment("关联Value")]
public string RelevanceValue { get; set; } = string.Empty;
[Comment("默认值")]
public string DefaultValue { get; set; } = string.Empty;
}