fix: todo

This commit is contained in:
xingyu
2022-11-28 23:13:20 +08:00
parent 227e11f9c7
commit 583921112b
5 changed files with 198 additions and 24 deletions

View File

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