示例#1
0
 public int addTourist(Tourist tor) {
   touristdao.addTourist(tor);
   return 1;
 }