src/main/java/com/se/nsl/controller/SwwFilesDealController.java
@@ -19,11 +19,11 @@ * @author xingjinshuang@smartearth.cn * @date 2025/02/20 */ @Api(tags = " Sww 相关接口") //@Api(tags = "04-Sww相关接口") @CrossOrigin(origins = "*") @RequiredArgsConstructor @RestController @RequestMapping("/api/v1/sww") //@RequiredArgsConstructor //@RestController //@RequestMapping("/api/v1/sww") public class SwwFilesDealController { // 处理 Sww 文件的相关逻辑