Example #1
0
 /// <summary>
 /// 更新一条数据
 /// </summary>
 public void Update(SmsServer.Model.SmsReceived model)
 {
 }
Example #2
0
 /// <summary>
 /// 增加一条数据
 /// </summary>
 public int Add(SmsServer.Model.SmsReceived model)
 {
     return(0);
 }