修改一版

Uat_Study
he 2022-07-06 14:40:16 +08:00
parent 2ea06759ef
commit e70219635e
1 changed files with 5 additions and 0 deletions

View File

@ -152,6 +152,11 @@ namespace IRaCIS.Core.Domain.Models
//随访任务号 取访视的号 计划外是 访视+0.1 裁判任务在访视任务上+0.002 全局任务在截止访视号上+0.03 肿瘤待定
public decimal VisitTaskNum { get; set; }
/// <summary>
/// 是否和原数据有差异
/// </summary>
public bool? IsDifferenceToOriginalData { get; set; }
}
}