Update MemberAttentionController.java
This commit is contained in:
@@ -6,6 +6,7 @@ import com.macro.mall.portal.domain.MemberBrandAttention;
|
|||||||
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;
|
||||||
|
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.data.domain.Page;
|
import org.springframework.data.domain.Page;
|
||||||
import org.springframework.stereotype.Controller;
|
import org.springframework.stereotype.Controller;
|
||||||
@@ -16,7 +17,8 @@ import org.springframework.web.bind.annotation.*;
|
|||||||
* Created by macro on 2018/8/2.
|
* Created by macro on 2018/8/2.
|
||||||
*/
|
*/
|
||||||
@Controller
|
@Controller
|
||||||
@Api(tags = "MemberAttentionController", description = "会员关注品牌管理")
|
@Api(tags = "MemberAttentionController")
|
||||||
|
@Tag(name = "MemberAttentionController",description = "会员关注品牌管理")
|
||||||
@RequestMapping("/member/attention")
|
@RequestMapping("/member/attention")
|
||||||
public class MemberAttentionController {
|
public class MemberAttentionController {
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|||||||
Reference in New Issue
Block a user