后端实现基于EF Core的库区/库位/容器/物料/关系/历史等模型、服务与RESTful接口,支持多数据库Provider。前端新增类型、API与聚合页面,支持主数据及容器位置/物料关系的增删改查、绑定/解绑、装料/卸料、历史追溯。完善权限、菜单与文档,平台具备完整WMS能力。
33 lines
537 B
JSON
33 lines
537 B
JSON
{
|
|
"section": "traffic",
|
|
"version": 1,
|
|
"updatedAt": "2026-06-08T09:43:37.4927371+00:00",
|
|
"payload": {
|
|
"intersections": [
|
|
{
|
|
"id": "IX1",
|
|
"siteIds": [
|
|
"S006",
|
|
"S007"
|
|
],
|
|
"mode": "mutex"
|
|
}
|
|
],
|
|
"mutex": [
|
|
{
|
|
"id": "MZ1",
|
|
"zoneIds": [
|
|
"Z-CROSS"
|
|
]
|
|
}
|
|
],
|
|
"yields": [
|
|
{
|
|
"id": "YD1",
|
|
"from": "A \u533A",
|
|
"to": "B \u533A",
|
|
"condition": "priority\u003Cpeer"
|
|
}
|
|
]
|
|
}
|
|
} |