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

* 前端控制器 *

* * @author luodangjia * @since 2024-11-21 */ @RestController @RequestMapping("/sys-job-log") public class SysJobLogController { }