Explorar o código

🐛 修复 file 在 IDEA 报错的问题

shizhong hai 1 ano
pai
achega
963a902eb0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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