🐛 修复 file 在 IDEA 报错的问题

This commit is contained in:
YunaiV
2023-12-03 10:34:08 +08:00
parent aecc9bb8cb
commit 85fe4ad8d6
3 changed files with 8 additions and 6 deletions

View File

@ -17,7 +17,7 @@ export interface FileClientConfig {
export interface FileConfigVO {
id: number
name: string
storage: any
storage?: number
master: boolean
visible: boolean
config: FileClientConfig