From 956fbcf0b7a678e5485afee7f9c3e8d11ecba974 Mon Sep 17 00:00:00 2001 From: macro Date: Wed, 13 Apr 2022 09:35:45 +0800 Subject: [PATCH] Update MemberProductCollectionController.java --- .../portal/controller/MemberProductCollectionController.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/mall-portal/src/main/java/com/macro/mall/portal/controller/MemberProductCollectionController.java b/mall-portal/src/main/java/com/macro/mall/portal/controller/MemberProductCollectionController.java index fffb4c1..0e7d3ed 100644 --- a/mall-portal/src/main/java/com/macro/mall/portal/controller/MemberProductCollectionController.java +++ b/mall-portal/src/main/java/com/macro/mall/portal/controller/MemberProductCollectionController.java @@ -11,8 +11,6 @@ import org.springframework.data.domain.Page; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.*; -import java.util.List; - /** * 会员商品收藏管理Controller * Created by macro on 2018/8/2.