示例#1
0
 public static bool 添加推送模板(推送模板 content)
 {
     return Mongo.添加(content);
 }
示例#2
0
 public static bool 更新推送模板(推送模板 content)
 {
     return Mongo.更新(content);
 }