查询任务执行列表
附加每个任务是检查还是保养
This commit is contained in:
@@ -156,5 +156,10 @@ namespace DOAN.Model.MES.dev.Dto
|
||||
[ExcelColumn(Name = "更新时间", Format = "yyyy-MM-dd HH:mm:ss")]
|
||||
[ExcelColumnName("更新时间")]
|
||||
public DateTime? UpdatedTime { get; set; }
|
||||
|
||||
[ExcelColumn(Name = "保养或检查")]
|
||||
[ExcelColumnName("保养或检查")]
|
||||
public int InnerType { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user