修改逻辑

This commit is contained in:
he
2023-03-27 11:35:30 +08:00
parent 6d87f7f1e3
commit c7869abfaa
3 changed files with 13 additions and 1 deletions
@@ -1141,6 +1141,14 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Arm ArmEnum { get; set; }
/// <summary>
/// 是否是转变的任务(转为IRECIST)
/// </summary>
public bool IsConvertedTask { get; set; } = false;
public bool IsFirstChangeTask { get; set; } = false;
public string AgreeOrNotAnswer
{
get