xinwei #3

Merged
root merged 30 commits from xinwei into master 2024-08-15 09:53:30 +08:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 143dbc6cac - Show all commits

View File

@ -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

View File

@ -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

View File

@ -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