Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
27c76061
Commit
27c76061
authored
Aug 05, 2022
by
macro
Browse files
Update MemberProductCollectionController.java
parent
1307a6a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/controller/MemberProductCollectionController.java
View file @
27c76061
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment