salix/modules/item/back/models/item-shelving-placement-sup...

42 lines
834 B
JSON
Raw Normal View History

2022-10-05 13:13:48 +00:00
{
"name": "ItemShelvingPlacementSupplyStock",
"base": "VnModel",
"options": {
"mysql": {
"table": "itemShelvingPlacementSupplyStock"
}
},
"properties": {
2022-10-06 07:47:53 +00:00
"itemShelvingFk": {
"type": "number",
"id": true
},
2022-10-05 13:13:48 +00:00
"created": {
"type": "date"
},
"itemFk": {
"type": "number"
},
2022-10-06 07:47:53 +00:00
"longName": {
2022-10-05 13:13:48 +00:00
"type": "string"
},
"parking": {
"type": "string"
},
"shelving": {
"type": "string"
},
2023-09-22 10:29:56 +00:00
"subName": {
"type": "string"
},
2022-10-05 13:13:48 +00:00
"packing": {
"type": "number"
2022-10-06 07:47:53 +00:00
},
"stock": {
"type": "number"
2023-09-22 10:29:56 +00:00
},
"size": {
"type": "number"
2022-10-05 13:13:48 +00:00
}
}
}