Commit 27c76061 authored by macro's avatar macro
Browse files

Update MemberProductCollectionController.java

parent 1307a6a6
......@@ -6,6 +6,7 @@ import com.macro.mall.portal.domain.MemberProductCollection;
import com.macro.mall.portal.service.MemberCollectionService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import io.swagger.v3.oas.annotations.tags.Tag;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.stereotype.Controller;
......@@ -16,7 +17,8 @@ import org.springframework.web.bind.annotation.*;
* Created by macro on 2018/8/2.
*/
@Controller
@Api(tags = "MemberCollectionController", description = "会员收藏管理")
@Api(tags = "MemberCollectionController")
@Tag(name = "MemberCollectionController",description = "会员收藏管理")
@RequestMapping("/member/productCollection")
public class MemberProductCollectionController {
@Autowired
......
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