ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/controller/AgentApplicationController.java
New file @@ -0,0 +1,20 @@ package com.ruoyi.account.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** * <p> * 前端控制器 * </p> * * @author luodangjia * @since 2024-11-21 */ @RestController @RequestMapping("/agent-application") public class AgentApplicationController { }