Exemplo n.º 1
0
 /// <summary>
 /// 批量删除数据
 /// </summary>
 public bool DeleteList(string idList)
 {
     return(dal.DeleteList(idList));
 }