五方主体修改

This commit is contained in:
pengjie 2024-06-15 14:55:19 +08:00
parent cb67546ca1
commit 5c13c0ca0e

View File

@ -38,9 +38,9 @@ public class FileController {
@Autowired
private IFileDetailService fileDetailService;
/**
* 上传文件到指定存储平台成功返回文件信息
*/
// /**
// * 上传文件到指定存储平台成功返回文件信息
// */
// @OperLog(operModul = "文件管理", operType = "文件上传", operDesc = "文件上传")
// @ApiOperation(value = "文件上传", notes = "文件上传", httpMethod="POST")
// @PostMapping("/upload")