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
81c94c6d
Commit
81c94c6d
authored
Nov 19, 2021
by
macro
Browse files
Update OmsOrderReturnReasonController.java
parent
f2b82332
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/controller/OmsOrderReturnReasonController.java
View file @
81c94c6d
...
...
@@ -56,7 +56,7 @@ public class OmsOrderReturnReasonController {
return
CommonResult
.
failed
();
}
@ApiOperation
(
"分页查询
全部
退货原因"
)
@ApiOperation
(
"分页查询退货原因"
)
@RequestMapping
(
value
=
"/list"
,
method
=
RequestMethod
.
GET
)
@ResponseBody
public
CommonResult
<
CommonPage
<
OmsOrderReturnReason
>>
list
(
@RequestParam
(
value
=
"pageSize"
,
defaultValue
=
"5"
)
Integer
pageSize
,
...
...
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