GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
3
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
codedev
/
carbon-metering-front
Transfer to URL with SHA
Find file
Newer
Older
tree:
c94c6355be
Switch branches
×
base
dev
master
carbon-metering-front
/
src
/
views
/
customer
/
bench
/ bench-interface.ts
liyaguang
on 9 Mar 2023
120 bytes
first
Raw
Blame
History
// 折线图返回数据格式 export interface planReturn { date: string // 日期 count: string | number // 值 }