fix calendar-holiday model
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
1f8f2d8ad7
commit
f9abaa409a
|
@ -23,12 +23,12 @@
|
|||
"detail": {
|
||||
"type": "belongsTo",
|
||||
"model": "CalendarHolidaysName",
|
||||
"foreignKey": "holidayDetailFk"
|
||||
"foreignKey": "calendarHolidaysNameFk"
|
||||
},
|
||||
"type": {
|
||||
"type": "belongsTo",
|
||||
"model": "CalendarHolidaysType",
|
||||
"foreignKey": "holidayTypeFk"
|
||||
"foreignKey": "calendarHolidaysTypeFk"
|
||||
},
|
||||
"workCenter": {
|
||||
"type": "belongsTo",
|
||||
|
|
Loading…
Reference in New Issue