公告板
版本库
filestore
活动
搜索
登录
web
/
bulletin-board-style1
APS终端看板风格1
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
没有任务的时候如果plc有数据也需要显示百分比和老看板保持一致
haoxuan
2023-11-18
b0f14528e49fcfb6d486bf1e920f0457cbac6049
[web/bulletin-board-style1.git]
/
src
/
api
/
problem.ts
1
2
3
4
5
6
export interface Problem {
/** true正常 false异常 */
CheckResult: boolean
ItemCode: string
ItemName: string
}