41 lines
947 B
JSON
41 lines
947 B
JSON
{
|
|
"version": 1,
|
|
"tables": [
|
|
{
|
|
"id": "stations",
|
|
"title": "PLC机构",
|
|
"category": "PLC数据管理",
|
|
"fileName": "stations.json",
|
|
"model": "PlcStationModel"
|
|
},
|
|
{
|
|
"id": "docks",
|
|
"title": "机构工位",
|
|
"category": "PLC数据管理",
|
|
"fileName": "station-docks.json",
|
|
"model": "PlcStationDockModel"
|
|
},
|
|
{
|
|
"id": "handshake",
|
|
"title": "握手点",
|
|
"category": "握手点数据管理",
|
|
"fileName": "handshake-points.json",
|
|
"model": "HandshakePointModel"
|
|
},
|
|
{
|
|
"id": "release",
|
|
"title": "放行点",
|
|
"category": "放行点数据管理",
|
|
"fileName": "release-points.json",
|
|
"model": "ReleasePointModel"
|
|
},
|
|
{
|
|
"id": "mag-control",
|
|
"title": "磁条管控区",
|
|
"category": "磁条交管",
|
|
"fileName": "mag-control-areas.json",
|
|
"model": "MagControlAreaModel"
|
|
}
|
|
]
|
|
}
|