salix/modules/client/back/models/business-reason-end.json

18 lines
295 B
JSON
Raw Normal View History

2024-05-29 13:56:27 +00:00
{
"name": "BusinessReasonEnd",
"base": "VnModel",
"options": {
"mysql": {
"table": "businessReasonEnd"
}
},
"properties": {
"id": {
"type": "number"
},
"reason": {
"type": "string"
}
}
}