| 123456789101112131415161718 |
- package com.kym.controller;
- import org.springframework.web.bind.annotation.RequestMapping;
- import org.springframework.web.bind.annotation.RestController;
- /**
- * <p>
- * 日统计表 前端控制器
- * </p>
- *
- * @author skyline
- * @since 2025-04-03
- */
- @RestController
- @RequestMapping("/month-stat")
- public class MonthStatController {
- }
|