Browse Source

🐛 修复 file 在 IDEA 报错的问题

shizhong 1 year ago
parent
commit
963a902eb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/infra/fileConfig/index.ts

+ 1 - 1
src/api/infra/fileConfig/index.ts

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