whyclxw
2025-01-21 85b17314c5dc7af5cd6e80ff104e8e921da6ac89
离线地图
2个文件已修改
4 ■■■■ 已修改文件
src/main/java/com/whyc/controller/MapOutlineController.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/controller/ProcessSurveyController.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/controller/MapOutlineController.java
@@ -12,7 +12,7 @@
@RestController
@RequestMapping("mapOutline")
@Api(tags = "系统设置-地图配置")
@Api(tags = "地图配置")
public class MapOutlineController {
    @Autowired
src/main/java/com/whyc/controller/ProcessSurveyController.java
@@ -11,7 +11,7 @@
@RestController
@RequestMapping("processSurvey")
@Api(tags = "数据管理-后台线程管理")
@Api(tags = "后台线程管理")
public class ProcessSurveyController{
    @Resource
    private ProcessSurveyService service;