100], [['obx_text'], 'string', 'max' => 255], [['his_obr_id'], 'exist', 'skipOnError' => true, 'targetClass' => HisObr::class, 'targetAttribute' => ['his_obr_id' => 'id']], ]; } public function getObr() { return $this->hasOne(HisObr::class, ['id' => 'his_obr_id']); } }