Exemplo n.º 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getGoodsTypeType()
 {
     return $this->hasOne(GoodsType::className(), ['type' => 'goods_type_type']);
 }