6565 修改fastdfs配置,工位监控显示完成数量

yun-zuoyi
WYnneaoapc 6 years ago
parent 14f509b97a
commit d05a858bd1

@ -1,7 +1,6 @@
package cn.estsh.i3plus.pojo.model.mes;
import io.swagger.annotations.ApiParam;
import lombok.Data;
@ -71,6 +70,10 @@ public class StationRequestBean implements Serializable {
@ApiParam("托盘号")
private String tray;
@ApiParam("完成数量")
private Integer finishCount;
@ApiParam("工步列表")
private List<StepModel> stepList;
}

Loading…
Cancel
Save