🐛 修复 file 在 IDEA 报错的问题

pull/420/head
shizhong 2024-03-07 12:56:03 +08:00
parent 255708beec
commit 963a902eb0
1 changed files with 1 additions and 1 deletions

View File

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