|
|
|
@ -34,6 +34,10 @@ public class WmsPOMasterDetails extends BaseBean {
|
|
|
|
|
@ApiParam("物料编码")
|
|
|
|
|
public String partNo;
|
|
|
|
|
|
|
|
|
|
@Column(name = "BOX_QTY")
|
|
|
|
|
@ApiParam("箱数")
|
|
|
|
|
public Integer boxQty;
|
|
|
|
|
|
|
|
|
|
@Column(name = "PART_NAME_RDD")
|
|
|
|
|
@ApiParam("物料名称")
|
|
|
|
|
public String partNameRdd;
|
|
|
|
|