根据新需求更改
This commit is contained in:
@@ -56,25 +56,25 @@
|
||||
/// </summary>
|
||||
public decimal TodayJobHours { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 当前机型
|
||||
/// </summary>
|
||||
public string? CurrentVehicleModel { get; set; }
|
||||
///// <summary>
|
||||
///// 当前机型
|
||||
///// </summary>
|
||||
//public string? CurrentVehicleModel { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 当前车号
|
||||
/// </summary>
|
||||
public string? CurrentLocomotiveNumber { get; set; }
|
||||
///// <summary>
|
||||
///// 当前车号
|
||||
///// </summary>
|
||||
//public string? CurrentLocomotiveNumber { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 当前修程
|
||||
/// </summary>
|
||||
public string? CurrentRepairProcess { get; set; }
|
||||
///// <summary>
|
||||
///// 当前修程
|
||||
///// </summary>
|
||||
//public string? CurrentRepairProcess { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 车轮编号
|
||||
/// </summary>
|
||||
public string? CurrentWheelNumber { get; set; }
|
||||
///// <summary>
|
||||
///// 车轮编号
|
||||
///// </summary>
|
||||
//public string? CurrentWheelNumber { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 更新时间
|
||||
|
||||
Reference in New Issue
Block a user