/// <summary> /// 查找全部 /// </summary> /// <returns></returns> public List <BillMOD> FindAll() { return(bd.FindAll()); }