2020-10-20 07:44:44 +00:00
|
|
|
{
|
|
|
|
"name": "PayDem",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "payDem"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "number",
|
2020-10-20 07:44:44 +00:00
|
|
|
"id": true,
|
|
|
|
"description": "Identifier"
|
|
|
|
},
|
|
|
|
"payDem": {
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "number"
|
2020-10-20 07:44:44 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|