|
|
@ -77,6 +77,11 @@ public class IfQueueShipping extends BaseBean implements Serializable {
|
|
|
|
@ApiParam("产品位置")
|
|
|
|
@ApiParam("产品位置")
|
|
|
|
private String produceCategoryCode;
|
|
|
|
private String produceCategoryCode;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "QUEUE_GROUP_NO")
|
|
|
|
|
|
|
|
@ApiParam("分组队列编号")
|
|
|
|
|
|
|
|
private String queueGroupNo;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "JIT_LOT_NO")
|
|
|
|
@Column(name = "JIT_LOT_NO")
|
|
|
|
@ApiParam("JIT队列批次")
|
|
|
|
@ApiParam("JIT队列批次")
|
|
|
|
private String jitLotNo;
|
|
|
|
private String jitLotNo;
|
|
|
|