/// <summary>
 /// 删除所有数据
 /// </summary>
 /// <returns></returns>
 public int DelAllBorrow()
 {
     return(bs.DelAllBorrow());
 }