This commit is contained in:
parent
11d1cd8eb3
commit
5d73af5392
|
@ -154,5 +154,8 @@
|
||||||
},
|
},
|
||||||
"WorkerBusinessType": {
|
"WorkerBusinessType": {
|
||||||
"dataSource": "vn"
|
"dataSource": "vn"
|
||||||
|
},
|
||||||
|
"PayrollCategory": {
|
||||||
|
"dataSource": "vn"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -103,12 +103,16 @@
|
||||||
"model": "OccupationCode",
|
"model": "OccupationCode",
|
||||||
"foreignKey":"occupationCodeFk"
|
"foreignKey":"occupationCodeFk"
|
||||||
},
|
},
|
||||||
|
"payrollCategory": {
|
||||||
|
"type": "belongsTo",
|
||||||
|
"model": "PayrollCategory",
|
||||||
|
"foreignKey":"workerBusinessCategoryFk"
|
||||||
|
},
|
||||||
"workerBusinessProfessionalCategory": {
|
"workerBusinessProfessionalCategory": {
|
||||||
"type": "belongsTo",
|
"type": "belongsTo",
|
||||||
"model": "WorkerBusinessProfessionalCategory",
|
"model": "WorkerBusinessProfessionalCategory",
|
||||||
"foreignKey": "workerBusinessProfessionalCategoryFk"
|
"foreignKey": "workerBusinessProfessionalCategoryFk"
|
||||||
}
|
},
|
||||||
,
|
|
||||||
"calendarType": {
|
"calendarType": {
|
||||||
"type": "belongsTo",
|
"type": "belongsTo",
|
||||||
"model": "CalendarType",
|
"model": "CalendarType",
|
||||||
|
|
|
@ -8,7 +8,8 @@
|
||||||
},
|
},
|
||||||
"properties": {
|
"properties": {
|
||||||
"code": {
|
"code": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"id": true
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "BusinessReasonEnd",
|
"name": "PayrollCategory",
|
||||||
"base": "VnModel",
|
"base": "VnModel",
|
||||||
"options": {
|
"options": {
|
||||||
"mysql": {
|
"mysql": {
|
||||||
|
|
Loading…
Reference in New Issue