修改
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user