salix/modules/worker/back/models/sales-department-mana-exclu...

23 lines
447 B
JSON
Raw Permalink Normal View History

{
"name": "DepartmentManaExcluded",
"base": "VnModel",
"options": {
"mysql": {
"table": "departmentManaExcluded"
}
},
"properties": {
"departmentFk": {
"id": true,
"type": "number"
}
},
"relations": {
"department": {
"type": "belongsTo",
"model": "Department",
"foreignKey": "departmentFk"
}
}
}