Files
Migu2.0/MiGu.Server/data/config-location.json
T

41 lines
808 B
JSON
Raw Normal View History

{
"section": "location",
"version": 1,
"updatedAt": "2026-06-08T09:43:37.5220964+00:00",
"payload": {
"locations": [
{
"id": "L01",
"code": "A-01",
"name": "A \u533A\u8D27\u67B6 1",
"siteId": "S001",
"capacity": 20,
"occupied": 12
},
{
"id": "L02",
"code": "A-02",
"name": "A \u533A\u8D27\u67B6 2",
"siteId": "S002",
"capacity": 20,
"occupied": 7
},
{
"id": "L03",
"code": "B-01",
"name": "B \u533A\u7F13\u5B58",
"siteId": "S003",
"capacity": 30,
"occupied": 25
}
],
"inventoryRules": [
{
"id": "IR1",
"itemType": "PalletA",
"minQty": 5,
"maxQty": 30
}
]
}
}