//  分页查询
 public List<MedicineInformationsFmd> selectMedicineInformationsFmdByPage(Page page) {
   return baseDao.selectByPage(MedicineInformationsFmd.class, page);
 }