芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/app/Models/EmployeeShiftChangeRequest.php
belongsTo(EmployeeShiftSchedule::class, 'shift_schedule_id'); } public function shift(): BelongsTo { return $this->belongsTo(EmployeeShift::class, 'employee_shift_id'); } }