GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
2
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
codedev
/
CorrOLFront
Transfer to URL with SHA
Find file
Newer
Older
tree:
eb44514d77
Switch branches
×
dev
master
CorrOLFront
/
src
/
views
/
basic
/ common-interface.ts
tanyue
on 5 Mar 2024
88 bytes
20240305 初始提交
Raw
Blame
History
// 字典值 export interface IDictType { name: string id: string value: string }