示例#1
0
 /// <summary>
 /// Update更新指定的检查记录
 /// </summary>
 /// <param name="model"></param>
 /// <param name="where"></param>
 /// <returns></returns>
 public int Update(IModel model, string where)
 {
     return(dal.Update(model, where));
 }