/**
  * @return \yii\db\ActiveQuery
  */
 public function getIdpuc0()
 {
     return $this->hasOne(Puc::className(), ['idpuc' => 'idpuc']);
 }