Ejemplo n.º 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getDctTooth()
 {
     return $this->hasOne(DctTooth::className(), ['dct_tooth_id' => 'dct_tooth_id']);
 }