package com.kym.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *

* 日统计表 前端控制器 *

* * @author skyline * @since 2025-04-03 */ @RestController @RequestMapping("/month-stat") public class MonthStatController { }