package com.ruoyi.admin.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 审核管理全局设置 前端控制器 *
* * @author hjl * @since 2024-06-17 */ @RestController @RequestMapping("/withdrawal-setting") public class WithdrawalSettingController { }