コード例 #1
0
 //  分页查询full
 public List<MedicineInformationsFmdFull> selectMedicineInformationsFmdFullByPage(Page page) {
   page.setTotalCount(baseDao.getRowCount(MedicineInformationsFmd.class));
   return medicineInformationsFmdDao.selectMedicineInformationsFmdFullByPage(page);
 }
コード例 #2
0
 public int countMedicineInformationsFmdRow() {
   return baseDao.getRowCount(MedicineInformationsFmd.class);
 }