@ -77,7 +77,7 @@ public class OtherController {
return success(OtherConvert.INSTANCE.convert(other));
}
@GetMapping("/upload")
@PostMapping("/upload")
@Operation(summary = "上传其他资料")
@Parameter(name = "multipartFile", description = "文件", required = true)
@PreAuthorize("@ss.hasPermission('accounting:other:create')")
@ -47,4 +47,7 @@ public class OtherBaseVO {
@Schema(description = "备注", example = "你猜")
private String remark;
@Schema(description = "文件地址")
private String fileUrl;