|
@@ -19,7 +19,12 @@ public class OrderProductVo extends CmOrderProduct {
|
|
private Integer shipmentsNum;
|
|
private Integer shipmentsNum;
|
|
|
|
|
|
/**
|
|
/**
|
|
- * 已退数量
|
|
|
|
|
|
+ * 已退货数量
|
|
*/
|
|
*/
|
|
private Integer returnedNum;
|
|
private Integer returnedNum;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 已取消发货数量
|
|
|
|
+ */
|
|
|
|
+ private Integer actualCancelNum;
|
|
}
|
|
}
|