Commit 8ed85e44 authored by duanruiming's avatar duanruiming

修改swagger标签列表名称

parent c662115b
...@@ -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 {
......
...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment