feat: 组件
This commit is contained in:
27
types/file.d.ts
vendored
Normal file
27
types/file.d.ts
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
declare interface FileVO {
|
||||
/**
|
||||
* 文件VO
|
||||
*
|
||||
*/
|
||||
id?: number
|
||||
/**
|
||||
* 文件名称
|
||||
*
|
||||
*/
|
||||
name?: string
|
||||
/**
|
||||
* 文件大小(字节)
|
||||
*
|
||||
*/
|
||||
size?: number
|
||||
/**
|
||||
* 文件扩展名
|
||||
*
|
||||
*/
|
||||
extension?: string
|
||||
/**
|
||||
* 文件url
|
||||
*
|
||||
*/
|
||||
url?: string
|
||||
}
|
Reference in New Issue
Block a user