update:
工艺号显示
This commit is contained in:
parent
7cfa7168e1
commit
1a6c19bf14
@ -36,11 +36,22 @@ public class TaskHisQueryVo extends BaseVo implements PageVo.ConvertVo {
|
||||
*/
|
||||
@ApiModelProperty("炉号")
|
||||
private String stoveCode;
|
||||
/**
|
||||
* 工艺号
|
||||
*/
|
||||
@ApiModelProperty("工艺号")
|
||||
private Integer plcValue;
|
||||
/**
|
||||
* 发起任务时间
|
||||
*/
|
||||
@ApiModelProperty("发起时间")
|
||||
private LocalDateTime createTime;
|
||||
|
||||
/**
|
||||
* 进炉时间
|
||||
*/
|
||||
@ApiModelProperty("进炉时间")
|
||||
private LocalDateTime beginTime;
|
||||
/**
|
||||
* 任务来源, 暂时只有人工
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user