{
    "name": "DeviceProductionState",
    "base": "VnModel",
    "options": {
        "mysql": {
            "table": "deviceProductionState"
        }
    },
    "properties": {
        "code": {
            "type": "string",
            "id": true
        },
        "description": {
            "type": "string"
        }
    }
}