IsClinicalDataSign IsNeedClinicalDataSign

This commit is contained in:
2023-01-10 15:08:44 +08:00
parent 64605dfa25
commit 3eaa8a1078
8 changed files with 238 additions and 65 deletions
@@ -222,6 +222,13 @@ namespace IRaCIS.Core.Domain.Models
#endregion
//临床数据
public bool IsNeedClinicalDataSign { get; set; }
public bool IsClinicalDataSign { get; set; }
[JsonIgnore]
public Trial Trial { get; set; }