/// <summary>
 /// 修改消息状态
 /// </summary>
 public bool EditMessage(int touserid, DateTime time)
 {
     return(md.EditMessage(touserid, time));
 }