public static bool 更新机票代售点(机票代售点 content)
 {
     return Mongo.更新(content);
 }
 public static bool 添加机票代售点(机票代售点 content)
 {
     return Mongo.添加(content);
 }