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

* 前端控制器 *

* * @author wangfei * @since 2024-08-05 */ @RestController @RequestMapping("/tb-evrydayweiyi2022") public class TbEvrydayweiyi2022Controller { }