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
e3c31a5c
"mall-admin/vscode:/vscode.git/clone" did not exist on "ddbdfbdf79b5bc0cbb5387f59f824fa021fdb48f"
Commit
e3c31a5c
authored
Aug 07, 2022
by
macro
Browse files
Update OmsPortalOrderController.java
parent
e7859583
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/controller/OmsPortalOrderController.java
View file @
e3c31a5c
...
...
@@ -9,6 +9,7 @@ import com.macro.mall.portal.service.OmsPortalOrderService;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiImplicitParam
;
import
io.swagger.annotations.ApiOperation
;
import
io.swagger.v3.oas.annotations.tags.Tag
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.stereotype.Controller
;
import
org.springframework.web.bind.annotation.*
;
...
...
@@ -21,7 +22,8 @@ import java.util.Map;
* Created by macro on 2018/8/30.
*/
@Controller
@Api
(
tags
=
"OmsPortalOrderController"
,
description
=
"订单管理"
)
@Api
(
tags
=
"OmsPortalOrderController"
)
@Tag
(
name
=
"OmsPortalOrderController"
,
description
=
"订单管理"
)
@RequestMapping
(
"/order"
)
public
class
OmsPortalOrderController
{
@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