salix/modules/client/back/models/payroll-categories.json

21 lines
358 B
JSON
Raw Normal View History

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