//  查询全部实体full
 @Override
 public List<MedicineInformationsFmdFull> selectMedicineInformationsFmdFullAll() {
   // TODO Auto-generated method stub
   return medicineInformationsFmdDao.selectMedicineInformationsFmdFullAll();
 }