|
@@ -1,5 +1,6 @@
|
|
|
package com.caimei.module.base.entity.bo;
|
|
|
|
|
|
+import com.caimei.module.base.entity.vo.ProductVo;
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import lombok.Data;
|
|
|
|
|
@@ -76,4 +77,9 @@ public class PromotionsVo implements Serializable {
|
|
|
*/
|
|
|
private List<CartItem> giftList;
|
|
|
|
|
|
+ /**
|
|
|
+ * 临时存储区
|
|
|
+ */
|
|
|
+ private List<ProductVo> products;
|
|
|
+
|
|
|
}
|