2024-07-11 10:30:43 +00:00
|
|
|
{
|
|
|
|
"name": "DepartmentManaExcluded",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "departmentManaExcluded"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
2025-01-22 09:13:27 +00:00
|
|
|
"departmentFk": {
|
2024-07-11 10:30:43 +00:00
|
|
|
"id": true,
|
|
|
|
"type": "number"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"relations": {
|
|
|
|
"department": {
|
|
|
|
"type": "belongsTo",
|
|
|
|
"model": "Department",
|
2025-01-22 09:13:27 +00:00
|
|
|
"foreignKey": "departmentFk"
|
2024-07-11 10:30:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|