From e200d846fc2e573e79ad8c911b0bf1db30ea2fb7 Mon Sep 17 00:00:00 2001
From: whycxzp <glperry@163.com>
Date: 星期二, 29 四月 2025 15:39:41 +0800
Subject: [PATCH] 软件上传路径调整

---
 src/main/java/com/whyc/controller/SoftwareController.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/whyc/controller/SoftwareController.java b/src/main/java/com/whyc/controller/SoftwareController.java
index 9fe828c..5794ded 100644
--- a/src/main/java/com/whyc/controller/SoftwareController.java
+++ b/src/main/java/com/whyc/controller/SoftwareController.java
@@ -29,6 +29,13 @@
         return service.upgradeApply(software);
     }
 
+    /**
+     *
+     * @param file
+     * @param softwareStr 蹇呬紶搴忓垪鍙�,SN缂栫爜,鐗堟湰鍙�
+     * @return
+     * @throws IOException
+     */
     @ApiOperation("涓婁紶")
     @PostMapping("upload")
     public Response upload(@RequestParam MultipartFile file,@RequestParam String softwareStr) throws IOException {

--
Gitblit v1.9.1