Ver código fonte

controller更改名称

hudingbo 5 anos atrás
pai
commit
eefc2008fd

+ 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;