This commit is contained in:
he
2022-09-14 15:28:35 +08:00
parent e4376f5d9b
commit 7fd2e474ca
11 changed files with 59 additions and 40 deletions
@@ -82,9 +82,9 @@ namespace IRaCIS.Application.ViewModels
public DateTime WorkTime { get; set; }
public int Training { get; set; }
public decimal Training { get; set; }
public int Downtime { get; set; }
public decimal Downtime { get; set; }
public int Timepoint { get; set; }
@@ -99,7 +99,7 @@ namespace IRaCIS.Application.ViewModels
public int AdjudicationIn48H { get; set; }
public int Global { get; set; }
public int RefresherTraining { get; set; }
public decimal RefresherTraining { get; set; }
}
@@ -195,8 +195,8 @@ namespace IRaCIS.Application.ViewModels
public string UpdateTimeStr => UpdateTime?.ToString("yyyy-MM-dd HH:mm:ss");
public int TrainingTimes { get; set; }
public int Downtime { get; set; }
public decimal TrainingTimes { get; set; }
public decimal Downtime { get; set; }
//读片点
public int Timepoint { get; set; }
@@ -211,7 +211,7 @@ namespace IRaCIS.Application.ViewModels
//全局阅片
public int Global { get; set; }
public int RefresherTraining { get; set; }
public decimal RefresherTraining { get; set; }