|
@@ -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 {
|