no message
This commit is contained in:
parent
47f84f444b
commit
c9e8f3b89c
9 changed files with 1150 additions and 217 deletions
9
src/modules/04_registryNew/interface/index/document.ts
Normal file
9
src/modules/04_registryNew/interface/index/document.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
interface ArrayFileList {
|
||||
id:string
|
||||
pathName:string
|
||||
fileName:string
|
||||
}
|
||||
|
||||
export type {
|
||||
ArrayFileList
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue