Pārlūkot izejas kodu

🐛 修复 file 在 IDEA 报错的问题

shizhong 1 gadu atpakaļ
vecāks
revīzija
963a902eb0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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