公告板
版本库
filestore
活动
搜索
登录
web
/
bulletin-board-style1
APS终端看板风格1
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
输入 ,输出资源的组件开发
haoxuan
2023-11-02
7f75dd84169320720d72434247508386ca9c4f15
[web/bulletin-board-style1.git]
/
src
/
api
/
device.ts
1
2
3
4
5
6
7
8
9
export interface Devices {
systemDeviceID: string
currentDeviceID: string
systemDeviceStatus: number
clusterStatus: string
clusterNodeQuantity: number
systemDeviceRunSince: number
deviceIDList: string[]
}