|
@@ -300,10 +300,25 @@ public class SingleitemSynchronizeRequest extends QimenRequest<SingleitemSynchro
|
|
|
private String warehouseCode;
|
|
|
@ApiField("width")
|
|
|
private String width;
|
|
|
+ /**
|
|
|
+ * 次级包装
|
|
|
+ */
|
|
|
+ @ApiField("secondQuantity")
|
|
|
+ private String secondQuantity;
|
|
|
|
|
|
public Item() {
|
|
|
}
|
|
|
|
|
|
+ public String getSecondQuantity()
|
|
|
+ {
|
|
|
+ return secondQuantity;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSecondQuantity(String secondQuantity)
|
|
|
+ {
|
|
|
+ this.secondQuantity = secondQuantity;
|
|
|
+ }
|
|
|
+
|
|
|
public String getActualAmount() {
|
|
|
return this.actualAmount;
|
|
|
}
|