添加默认值
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user