Skip to content

Commit

Permalink
added item and reservation template
Browse files Browse the repository at this point in the history
  • Loading branch information
TMineCola committed Jun 6, 2018
1 parent f85a11e commit 7e4f56a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions dataTemplate/item.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"item": {
"department": {
"space": {
"itemID": {
"itemName": "",
"type": "",
"logTime": "",
"imgSrc": "",
"state": "",
"itemRule": ""
}
}
}
}
}
16 changes: 16 additions & 0 deletions dataTemplate/itemReservation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"item": {
"department": {
"space": {
"auto_key": {
"itemID": "",
"handle": "",
"subcriber": "",
"recordTime": "",
"leaveTime": "",
"backTime": ""
}
}
}
}
}

0 comments on commit 7e4f56a

Please sign in to comment.