Merge remote-tracking branch 'origin/dev' into dev

yun-zuoyi
汪云昊 5 years ago
commit 676ab32cd6

@ -142,7 +142,10 @@ public class StationRequestBean implements Serializable {
private Integer isOnTimeComplete;
@ApiParam("工位剩余时间")
private Integer remainWorkTime;
private Long remainWorkTime;
@ApiParam("是否操作超时")
private Integer isTimeOut;
@ApiParam("特殊展示数据")
private Map<String, Object> specialDisplayMap = new HashMap<>();

Loading…
Cancel
Save