|
|
@ -77,7 +77,7 @@ public class OtherController {
|
|
|
|
return success(OtherConvert.INSTANCE.convert(other));
|
|
|
|
return success(OtherConvert.INSTANCE.convert(other));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@GetMapping("/upload")
|
|
|
|
@PostMapping("/upload")
|
|
|
|
@Operation(summary = "上传其他资料")
|
|
|
|
@Operation(summary = "上传其他资料")
|
|
|
|
@Parameter(name = "multipartFile", description = "文件", required = true)
|
|
|
|
@Parameter(name = "multipartFile", description = "文件", required = true)
|
|
|
|
@PreAuthorize("@ss.hasPermission('accounting:other:create')")
|
|
|
|
@PreAuthorize("@ss.hasPermission('accounting:other:create')")
|
|
|
|