修改阅片标准查询

This commit is contained in:
2023-03-21 17:55:14 +08:00
parent 8c49955057
commit de04d51cd7
2 changed files with 11 additions and 3 deletions
@@ -343,6 +343,12 @@ namespace IRaCIS.Application.Contracts
public bool IsGlobalReading { get; set; } = true;
//是否附加评估
public bool IsAdditionalAssessment { get; set; }
//自动 手动生成任务
public bool IsAutoCreate { get; set; }
public bool IsArbitrationReading { get; set; } = true;