GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
2
Releases
4
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
codedev
/
xc-business-system
Transfer to URL with SHA
Find file
Newer
Older
branch:
tempChange
Switch branches
×
dev
tempChange
xc-business-system
/
src
/
components
/
buttonBox
/ buttonBox.ts
dutingting
on 14 Mar 2023
83 bytes
bug修复、代码规范修改、接口联调
Raw
Blame
History
export interface IMenu { name: string // 名字 id?: string value?: string }