浏览代码

controller更改名称

hudingbo 5 年之前
父节点
当前提交
eefc2008fd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      whepi-web/src/main/java/com/bofeng/controller/AdminAreaController.java

+ 1 - 1
whepi-web/src/main/java/com/bofeng/controller/AdminAreaController.java

@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RestController;
 import java.util.List;
 
 @RestController
-public class AdminAreaController {
+public class WxSysAreaController {
 
     @Autowired
     private SysAreaService sysAreaService;