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