【PTL_增加主任务编号字段和组内编号字段】

yun-zuoyi
陈思洁 5 years ago
parent 33a4c6b7bb
commit 102af98a75

@ -72,8 +72,8 @@ public class MesQueueOrderDetail extends BaseBean implements Serializable {
@ApiParam("产品类型名称") @ApiParam("产品类型名称")
private String produceCategoryNameRdd; private String produceCategoryNameRdd;
@Column(name = "PPT_CODE") @Column(name = "产品生产类型")
@ApiParam("产品生产类型") @ApiParam("产品类型名称")
private String pptCode; private String pptCode;
@Column(name = "QUEUE_GROUP_NO") @Column(name = "QUEUE_GROUP_NO")
@ -82,9 +82,7 @@ public class MesQueueOrderDetail extends BaseBean implements Serializable {
@Column(name = "GROUP_NO") @Column(name = "GROUP_NO")
@ApiParam("组内编号") @ApiParam("组内编号")
private Integer groupNo; private Integer groupNo; @Transient
@Transient
@ApiParam("队列序号") @ApiParam("队列序号")
private Double queueSeq; private Double queueSeq;

@ -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{" +

Loading…
Cancel
Save