29 lines
570 B
JSON
29 lines
570 B
JSON
|
{
|
||
|
"name": "ItemShelvingPlacementSupplyStock",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "itemShelvingPlacementSupplyStock"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"created": {
|
||
|
"type": "date"
|
||
|
},
|
||
|
"itemFk": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"concept": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"parking": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"shelving": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"packing": {
|
||
|
"type": "number"
|
||
|
}
|
||
|
}
|
||
|
}
|