Commit 8ed85e44 authored by duanruiming's avatar duanruiming

修改swagger标签列表名称

parent c662115b
......@@ -21,7 +21,7 @@ import java.util.List;
* @author wj
* @since 2022-11-28
*/
@Api(value = "路网管理-路口管理", description = "路网管理-路口管理", tags = "路网管理-路口管理")
@Api(value = "路网管理-路口管理", description = "路网管理-路口管理", tags = "cross-info-controller")
@RestController
@RequestMapping("/crossInfo")
public class TBaseCrossInfoController {
......
......@@ -24,7 +24,7 @@ import static net.wanji.utc.common.constant.Constants.*;
@RestController
@RequestMapping("/controlCommand")
@RequiredArgsConstructor
@Api(value = "控制指令接口", description = "控制指令接口", tags = "控制指令接口")
@Api(value = "控制指令接口", description = "控制指令接口")
public class ControlCommandController {
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