@@ -19,7 +19,12 @@ public class OrderProductVo extends CmOrderProduct {
private Integer shipmentsNum;
/**
- * 已退数量
+ * 已退货数量
*/
private Integer returnedNum;
+
+ /**
+ * 已取消发货数量
+ */
+ private Integer actualCancelNum;
}
@@ -101,4 +101,19 @@ public class ProductVo extends Product {
private String params;
+ * 二级分类id
+ private Integer smallTypeID;
+ * 三级分类id
+ private Integer bigTypeID;
+ * 所在分类名称
+ private String typeName;