package com.finance.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-score") public class TbScoreController { }