Browse Source

no message

FengChaoYu 1 day ago
parent
commit
a3ec1d55c9

+ 1 - 1
mall-server-api/src/main/java/com/gree/mall/manager/controller/goods/GoodsDocumentsController.java

@@ -55,7 +55,7 @@ public class GoodsDocumentsController {
     }
     }
 
 
     @PostMapping("/add/file")
     @PostMapping("/add/file")
-    @ApiOperation(value = "新增")
+    @ApiOperation(value = "文件新增")
     public ResponseHelper addFile(
     public ResponseHelper addFile(
             @ApiParam(value = "object",required = true) @RequestBody GoodsDocumentsBean bean
             @ApiParam(value = "object",required = true) @RequestBody GoodsDocumentsBean bean
     ) throws RemoteServiceException {
     ) throws RemoteServiceException {