public static bool 更新优惠券信息(优惠券信息 content, bool f = true)
 {
     return Mongo.更新(content, f);
 }
 public static bool 添加优惠券信息(优惠券信息 content)
 {
     return Mongo.添加(content);
 }