hasMany('app\common\models\GoodsOption'); } public function hasOneSpec() { return $this->hasOne(GoodsSpec::class, 'id', 'specid'); } }