Update MemberProductCollectionController.java

This commit is contained in:
macro
2022-04-13 09:35:45 +08:00
parent 70511a9d59
commit 956fbcf0b7

View File

@@ -11,8 +11,6 @@ import org.springframework.data.domain.Page;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
import java.util.List;
/** /**
* 会员商品收藏管理Controller * 会员商品收藏管理Controller
* Created by macro on 2018/8/2. * Created by macro on 2018/8/2.