优化定时倒计时组件逻辑和前后端调用逻辑

yun-zuoyi
袁津哲 5 years ago
parent 4208d39e3f
commit 2546395b8d

@ -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