|
@@ -1,5 +1,6 @@
|
|
|
package com.boman.web.core.mapper;
|
|
|
|
|
|
+import com.boman.common.datasource.annotation.Slave;
|
|
|
import com.boman.web.core.domain.VaccineInfoOperation;
|
|
|
|
|
|
import java.util.List;
|
|
@@ -31,8 +32,12 @@ public interface VaccineInfoMapper
|
|
|
public List<VaccineInfoOperation> selectVaccineInfoList(VaccineInfoOperation vaccineInfo);
|
|
|
|
|
|
|
|
|
+ @Slave
|
|
|
public List<VaccineInfoOperation> selectVaccineInfoListByPage(int startNum, int endNum);
|
|
|
|
|
|
+ @Slave
|
|
|
+ public int selectCount();
|
|
|
+
|
|
|
/**
|
|
|
* 新增疫苗信息
|
|
|
*
|
|
@@ -79,6 +84,4 @@ public interface VaccineInfoMapper
|
|
|
* @return
|
|
|
*/
|
|
|
public String selectSysDictDataByDictLabel(String vaccineName);
|
|
|
-
|
|
|
- public int selectCount();
|
|
|
}
|