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