/// <summary> /// 根据ID查找 /// </summary> /// <returns></returns> public List <BillMOD> FindById(int id) { return(bd.FindById(id)); }