23 lines
457 B
JSON
23 lines
457 B
JSON
|
{
|
||
|
"name": "DepartmentManaExcluded",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "departmentManaExcluded"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"salesDepartmentFk": {
|
||
|
"id": true,
|
||
|
"type": "number"
|
||
|
}
|
||
|
},
|
||
|
"relations": {
|
||
|
"department": {
|
||
|
"type": "belongsTo",
|
||
|
"model": "Department",
|
||
|
"foreignKey": "salesDepartmentFk"
|
||
|
}
|
||
|
}
|
||
|
}
|