package com.ruoyi.web.controller.api; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 大屏数据配置表 前端控制器 *
* * @author mitao * @since 2024-03-13 */ @RestController @RequestMapping("/tb-data-screen-config") public class TbDataScreenConfigController { }