//  分页查询full
 public List<MedicineInformationsFmdFull> selectMedicineInformationsFmdFullByPage(Page page) {
   page.setTotalCount(baseDao.getRowCount(MedicineInformationsFmd.class));
   return medicineInformationsFmdDao.selectMedicineInformationsFmdFullByPage(page);
 }