代码修改

This commit is contained in:
he
2024-08-01 16:12:48 +08:00
parent 13acd950ad
commit 3561df7574
3 changed files with 83 additions and 4 deletions
+6 -1
View File
@@ -368,9 +368,14 @@ namespace IRaCIS.Core.Domain.Models
public bool IsNeedClinicalDataSign { get; set; }
/// <summary>
/// 临床数据是否签名
/// </summary>
public bool IsClinicalDataSign { get; set; }
//前序任务需要签名 但是未签名
/// <summary>
/// 前序任务需要签名 但是未签名
/// </summary>
public bool IsFrontTaskNeedSignButNotSign { get; set; }
[JsonIgnore]