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

* 文件列表 前端控制器 *

* * @author yupeng * @since 2025-03-05 */ @RestController @RequestMapping("/sys-file") public class SysFileController { }