示例#1
0
 public function listUnit()
 {
     return Response::json(array('unit' => Unit::all(), 'type' => DrugType::all()));
 }