示例#1
0
 public function init()
 {
     parent::init();
     $this->department = new Department();
     $this->symptom = new Symptom();
     $this->image = new Image();
 }
 public function init()
 {
     parent::init();
 }
示例#3
0
 public function init()
 {
     parent::init();
     $this->query = new Query();
 }
示例#4
0
 public function init()
 {
     parent::init();
     $this->department = new Department();
     $this->part = new Part();
 }