GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
codedev
/
gasAlarmH5
Transfer to URL with SHA
Find file
Newer
Older
tree:
48db61458e
Switch branches
×
dev
gasAlarmH5
/
src
/
views
/
administrator
/
alarm
/ alarm-interface.ts
liyaguang
on 8 Sep 2023
109 bytes
家用燃气
Raw
Blame
History
export interface IAlarmList { id: string, recorddateStr: string // 时间 alarmMsg: string // 描述 }