@@ -10,6 +10,11 @@ import java.math.BigDecimal;
public class StockPreparationVo {
/**
+ * 订单id
+ */
+ private Long orderId;
+
+ /**
* 订单sku id
*/
private Long orderSkuId;
@@ -21,6 +21,7 @@
bs.width,
bs.height,
os.quantity,
+ oi.id orderId,
oi.code orderCode,
oi.wln_code orderWlnCode,
os.id orderSkuId