Example #1
0
 public static bool 更新公告推送(公告推送 content)
 {
     return Mongo.更新(content);
 }
Example #2
0
 public static bool 添加公告推送(公告推送 content)
 {
     return Mongo.添加(content);
 }