注释修改

This commit is contained in:
XinWei 2024-08-02 15:28:37 +08:00
parent 25a8f51223
commit 143dbc6cac
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
/**
* @Description 设备
*/
@Tag(name = "管理后台 - 设备")
@Tag(name = "大屏服务 - 设备")
@RestController
@RequestMapping("/datacenter/asset")
@Validated

View File

@ -16,7 +16,7 @@ import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
/**
* @Description 检票
*/
@Tag(name = "管理后台 - 检票")
@Tag(name = "大屏服务 - 检票")
@RestController
@RequestMapping("/datacenter/checkticket")
@Validated

View File

@ -17,7 +17,7 @@ import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
/**
* @Description 售票
*/
@Tag(name = "管理后台 - 售票")
@Tag(name = "大屏服务 - 售票")
@RestController
@RequestMapping("/datacenter/saledata")
@Validated