コード例 #1
0
 public static bool 更新订购合同上传记录(订购合同上传记录 content, bool f = true)
 {
     return Mongo.更新(content, f);
 }
コード例 #2
0
 public static bool 添加订购合同上传记录(订购合同上传记录 content)
 {
     return Mongo.添加(content);
 }