{
    "name": "ItemShelvingPlacementSupplyStock",
    "base": "VnModel",
    "options": {
        "mysql": {
          "table": "itemShelvingPlacementSupplyStock"
        }
    },
    "properties": {
        "itemShelvingFk": {
            "type": "number",
			"id": true
        },
        "created": {
            "type": "date"
        },
        "itemFk": {
            "type": "number"
        },
        "longName": {
            "type": "string"
        },
        "parking": {
            "type": "string"
        },
        "shelving": {
            "type": "string"
        },
        "subName": {
            "type": "string"
        },
        "packing": {
            "type": "number"
        },
        "stock": {
            "type": "number"
        },
          "size": {
            "type": "number"
        }
    }
}