修改独立阅片人

This commit is contained in:
2022-10-12 09:34:40 +08:00
parent da427b1a73
commit c04c58e8dc
2 changed files with 44 additions and 40 deletions
@@ -219,23 +219,27 @@ namespace IRaCIS.Application.Contracts
public string? UpdateTimeStr => UpdateTime?.ToString("yyyy-MM-dd HH:mm:ss");
public int? TrainingTimes { get; set; }
public int? Downtime { get; set; }
//读片点
public int? Timepoint { get; set; }
public int? TimepointIn24H { get; set; }
public int? TimepointIn48H { get; set; }
//裁判阅片
public int? Adjudication { get; set; }
public int? AdjudicationIn24H { get; set; }
public int? AdjudicationIn48H { get; set; }
//全局阅片
public int? Global { get; set; }
public int? RefresherTraining { get; set; }
//public int? TrainingTimes { get; set; }
//public int? Downtime { get; set; }
////读片点
//public int? Timepoint { get; set; }
//public int? TimepointIn24H { get; set; }
//public int? TimepointIn48H { get; set; }
////裁判阅片
//public int? Adjudication { get; set; }
//public int? AdjudicationIn24H { get; set; }
//public int? AdjudicationIn48H { get; set; }
////全局阅片
//public int? Global { get; set; }
//public int? RefresherTraining { get; set; }