注释修改
This commit is contained in:
parent
25a8f51223
commit
143dbc6cac
@ -20,7 +20,7 @@ import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
|
||||
/**
|
||||
* @Description 设备
|
||||
*/
|
||||
@Tag(name = "管理后台 - 设备")
|
||||
@Tag(name = "大屏服务 - 设备")
|
||||
@RestController
|
||||
@RequestMapping("/datacenter/asset")
|
||||
@Validated
|
||||
|
@ -16,7 +16,7 @@ import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
|
||||
/**
|
||||
* @Description 检票
|
||||
*/
|
||||
@Tag(name = "管理后台 - 检票")
|
||||
@Tag(name = "大屏服务 - 检票")
|
||||
@RestController
|
||||
@RequestMapping("/datacenter/checkticket")
|
||||
@Validated
|
||||
|
@ -17,7 +17,7 @@ import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
|
||||
/**
|
||||
* @Description 售票
|
||||
*/
|
||||
@Tag(name = "管理后台 - 售票")
|
||||
@Tag(name = "大屏服务 - 售票")
|
||||
@RestController
|
||||
@RequestMapping("/datacenter/saledata")
|
||||
@Validated
|
||||
|
Loading…
Reference in New Issue
Block a user