'array', // 将 time_ranges 字段转换为数组 ]; /** * @Author FelixYin * @description 排班所属技师 */ public function coach() { return $this->belongsTo(CoachUser::class, 'coach_id', 'id'); } }