public static bool 更新订购合同上传记录(订购合同上传记录 content, bool f = true)
 {
     return Mongo.更新(content, f);
 }
 public static bool 添加订购合同上传记录(订购合同上传记录 content)
 {
     return Mongo.添加(content);
 }