|
|
@@ -202,9 +202,20 @@ public class OutboundItemVO {
|
|
|
@ApiModelProperty(value = "片(已出库)")
|
|
|
private Integer outPiece;
|
|
|
|
|
|
+ /**
|
|
|
+ * 商品名称--skuid空的时候要取当前的名称
|
|
|
+ */
|
|
|
+ @ApiModelProperty(value = "商品名称")
|
|
|
+ private String skuName;
|
|
|
|
|
|
|
|
|
/**
|
|
|
+ * 商品型号--skuid空的时候要取当前的商品型号
|
|
|
+ */
|
|
|
+ @ApiModelProperty(value = "商品型号")
|
|
|
+ private String skuModel;
|
|
|
+
|
|
|
+ /**
|
|
|
* 企业ID
|
|
|
*/
|
|
|
@ApiModelProperty(value = "企业ID")
|