salix/modules/entry/back/models/buy-config.json

19 lines
304 B
JSON
Raw Normal View History

2023-05-04 10:03:47 +00:00
{
"name": "BuyConfig",
"base": "VnModel",
"options": {
"mysql": {
"table": "buyConfig"
}
},
"properties": {
"id": {
"type": "number",
"id": true
},
"showLastBuy": {
"type": "number"
}
}
}