|
|
@ -1,6 +1,7 @@
|
|
|
|
package cn.estsh.i3plus.pojo.mes.model;
|
|
|
|
package cn.estsh.i3plus.pojo.mes.model;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
import lombok.Data;
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
|
|
|
@ -79,6 +80,9 @@ public class StationRequestBean implements Serializable {
|
|
|
|
@ApiParam("工步列表")
|
|
|
|
@ApiParam("工步列表")
|
|
|
|
private List<StepModel> stepList;
|
|
|
|
private List<StepModel> stepList;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("生产主队列编号")
|
|
|
|
|
|
|
|
private String orderNo;
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public String toString() {
|
|
|
|
public String toString() {
|
|
|
|
return "StationRequestBean{" +
|
|
|
|
return "StationRequestBean{" +
|
|
|
|