26 lines
496 B
JSON
26 lines
496 B
JSON
|
{
|
||
|
"name": "PackingSiteConfig",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "packingSiteConfig"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"id": true,
|
||
|
"type": "number",
|
||
|
"description": "Identifier"
|
||
|
},
|
||
|
"shinobiUrl": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"shinobiGroupKey":{
|
||
|
"type":"string"
|
||
|
},
|
||
|
"avgBoxingTime":{
|
||
|
"type":"number"
|
||
|
}
|
||
|
}
|
||
|
}
|