|
|
|
@ -139,13 +139,13 @@ public class StationRequestBean implements Serializable {
|
|
|
|
|
private Boolean stepDialogStatus = false;
|
|
|
|
|
|
|
|
|
|
@ApiParam("是否按时完成")
|
|
|
|
|
private Integer isOnTimeComplete;
|
|
|
|
|
private Integer isOnTimeComplete = 1;
|
|
|
|
|
|
|
|
|
|
@ApiParam("工位剩余时间")
|
|
|
|
|
private Long remainWorkTime;
|
|
|
|
|
|
|
|
|
|
@ApiParam("是否操作超时")
|
|
|
|
|
private Integer isTimeOut;
|
|
|
|
|
private Integer isTimeOut = 2;
|
|
|
|
|
|
|
|
|
|
@ApiParam("特殊展示数据")
|
|
|
|
|
private Map<String, Object> specialDisplayMap = new HashMap<>();
|
|
|
|
|