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

* 请假记录 前端控制器 *

* * @author xiaochen * @since 2025-05-28 */ @RestController @RequestMapping("/t-leave") public class TLeaveController { }