"普通商家", self::model_time_limit=>"时限商家", ]; } public function category() { return $this->hasOne(Category::class, 'id',"type"); } public function account() { return $this->hasOne(Account::class, 'business_code',"code"); } public function agency() { return $this->hasOne(self::class,"code","agency_code"); } }