First running version

This commit is contained in:
qingjie.du
2026-03-30 17:39:13 +09:00
parent 5ffea3d849
commit bce2a5672c
67 changed files with 16503 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
{
"items": [
{
"itemId": "DESSERT_CHOCO",
"name": "チョコレートケーキ",
"category": "dessert",
"stock": 25,
"unit": "個",
"costPerUnit": 350
},
{
"itemId": "DESSERT_PUDDING",
"name": "プリン",
"category": "dessert",
"stock": 40,
"unit": "個",
"costPerUnit": 200
},
{
"itemId": "DESSERT_TIRAMISU",
"name": "ティラミス",
"category": "dessert",
"stock": 18,
"unit": "個",
"costPerUnit": 420
},
{
"itemId": "DRINK_WINE",
"name": "赤ワイン",
"category": "drink",
"stock": 12,
"unit": "本",
"costPerUnit": 1500
}
],
"updatedAt": "2026-03-27T06:00:00Z"
}