Commit b7e6b6cf authored by macro's avatar macro
Browse files

Update MemberAttentionController.java

parent aaed33f5
...@@ -3,7 +3,6 @@ package com.macro.mall.portal.controller; ...@@ -3,7 +3,6 @@ package com.macro.mall.portal.controller;
import com.macro.mall.common.api.CommonPage; import com.macro.mall.common.api.CommonPage;
import com.macro.mall.common.api.CommonResult; import com.macro.mall.common.api.CommonResult;
import com.macro.mall.portal.domain.MemberBrandAttention; import com.macro.mall.portal.domain.MemberBrandAttention;
import com.macro.mall.portal.domain.MemberProductCollection;
import com.macro.mall.portal.service.MemberAttentionService; import com.macro.mall.portal.service.MemberAttentionService;
import io.swagger.annotations.Api; import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiOperation;
...@@ -12,8 +11,6 @@ import org.springframework.data.domain.Page; ...@@ -12,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.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment