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": {
|
"detail": {
|
||||||
"type": "belongsTo",
|
"type": "belongsTo",
|
||||||
"model": "CalendarHolidaysName",
|
"model": "CalendarHolidaysName",
|
||||||
"foreignKey": "holidayDetailFk"
|
"foreignKey": "calendarHolidaysNameFk"
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"type": "belongsTo",
|
"type": "belongsTo",
|
||||||
"model": "CalendarHolidaysType",
|
"model": "CalendarHolidaysType",
|
||||||
"foreignKey": "holidayTypeFk"
|
"foreignKey": "calendarHolidaysTypeFk"
|
||||||
},
|
},
|
||||||
"workCenter": {
|
"workCenter": {
|
||||||
"type": "belongsTo",
|
"type": "belongsTo",
|
||||||
|
|
Loading…
Reference in New Issue