Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
traffic-signal-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
signal
traffic-signal-platform
Commits
8ed85e44
Commit
8ed85e44
authored
Jan 18, 2023
by
duanruiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改swagger标签列表名称
parent
c662115b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
TBaseCrossInfoController.java
...va/net/wanji/web/controller/TBaseCrossInfoController.java
+1
-1
ControlCommandController.java
...va/net/wanji/utc/controller/ControlCommandController.java
+1
-1
No files found.
signal-control-service/src/main/java/net/wanji/web/controller/TBaseCrossInfoController.java
View file @
8ed85e44
...
@@ -21,7 +21,7 @@ import java.util.List;
...
@@ -21,7 +21,7 @@ import java.util.List;
* @author wj
* @author wj
* @since 2022-11-28
* @since 2022-11-28
*/
*/
@Api
(
value
=
"路网管理-路口管理"
,
description
=
"路网管理-路口管理"
,
tags
=
"
路网管理-路口管理
"
)
@Api
(
value
=
"路网管理-路口管理"
,
description
=
"路网管理-路口管理"
,
tags
=
"
cross-info-controller
"
)
@RestController
@RestController
@RequestMapping
(
"/crossInfo"
)
@RequestMapping
(
"/crossInfo"
)
public
class
TBaseCrossInfoController
{
public
class
TBaseCrossInfoController
{
...
...
signal-utc-service/src/main/java/net/wanji/utc/controller/ControlCommandController.java
View file @
8ed85e44
...
@@ -24,7 +24,7 @@ import static net.wanji.utc.common.constant.Constants.*;
...
@@ -24,7 +24,7 @@ import static net.wanji.utc.common.constant.Constants.*;
@RestController
@RestController
@RequestMapping
(
"/controlCommand"
)
@RequestMapping
(
"/controlCommand"
)
@RequiredArgsConstructor
@RequiredArgsConstructor
@Api
(
value
=
"控制指令接口"
,
description
=
"控制指令接口"
,
tags
=
"控制指令接口"
)
@Api
(
value
=
"控制指令接口"
,
description
=
"控制指令接口"
)
public
class
ControlCommandController
{
public
class
ControlCommandController
{
private
final
ControlCommandStrategyService
controlCommandStrategyService
;
private
final
ControlCommandStrategyService
controlCommandStrategyService
;
...
...
Write
Preview
Markdown
is supported
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