hasOne('app\\common\\model\\file\\UploadFile', 'file_id', 'image_id') ->bind(['file_path', 'file_name', 'file_url']); } /** * 详情 */ public static function detail($gift_id, $with = []) { return (new static())->with($with)->find($gift_id); } }