<?php namespace app\api\model\patientbind; use app\api\model\ZskkDefaultModel; class PatientbindModel extends ZskkDefaultModel { protected $table= 'patient_bind'; protected $logName = "patientbindModel"; protected $connection = 'db_config_public'; }