摘要: BeanUtils.copyProperties(B, A) 阅读全文
posted @ 2025-05-12 21:20 市丸银 阅读(20) 评论(0) 推荐(0)
摘要: @Autowired private FileService service; @Operation(summary = "上传文件") @PostMapping("upload") public Result<String> upload(@RequestParam MultipartFile f 阅读全文
posted @ 2025-05-12 10:23 市丸银 阅读(24) 评论(0) 推荐(0)