@@ -18,7 +18,7 @@ public class ClinicalDataSystemSet : BaseAddAuditEntity
|
||||
|
||||
[StringLength(400)]
|
||||
public string ClinicalDataSetEnName { get; set; } = null!;
|
||||
[Comment(" 枚举(字典里面取的)")]
|
||||
[Comment("枚举(字典里面取的)")]
|
||||
public int ClinicalDataSetEnum { get; set; }
|
||||
|
||||
public string ClinicalDataSetName { get; set; } = null!;
|
||||
|
||||
Reference in New Issue
Block a user