salix/modules/client/back/models/tpv-response.json

21 lines
386 B
JSON

{
"name": "TpvResponse",
"base": "VnModel",
"options": {
"mysql": {
"table": "hedera.tpvResponse"
}
},
"properties": {
"id": {
"type": "number",
"id": true,
"description": "Identifier"
},
"message": {
"type": "string",
"required": true
}
}
}