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
e21cfe58
Commit
e21cfe58
authored
Apr 10, 2023
by
macro
Browse files
Update SmsFlashPromotionProductRelationController.java
parent
15eeee26
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/controller/SmsFlashPromotionProductRelationController.java
View file @
e21cfe58
...
...
@@ -59,7 +59,7 @@ public class SmsFlashPromotionProductRelationController {
return
CommonResult
.
failed
();
}
@ApiOperation
(
"获取
管理
商品促销信息"
)
@ApiOperation
(
"获取
关联
商品促销信息"
)
@RequestMapping
(
value
=
"/{id}"
,
method
=
RequestMethod
.
GET
)
@ResponseBody
public
CommonResult
<
SmsFlashPromotionProductRelation
>
getItem
(
@PathVariable
Long
id
)
{
...
...
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