package com.baidu.service;
import java.util.List;
import com.baidu.dao.ListDao;
public class ListService {
private ListDao dao = new ListDao();
public List getList(int currentPage, int pageSize){
return dao.getList(currentPage,pageSize);
}
public int getCount(){
return dao.getCount();
}
}
最近下载更多
taoshen95 LV16
2024年12月16日
chengqiang LV13
2022年6月2日
chenzhen23 LV7
2022年4月20日
Reddington LV2
2020年11月4日
hmj792001010 LV12
2020年9月9日
mas_123 LV2
2020年9月7日
ybywx1030 LV7
2020年8月27日
as756390941 LV1
2020年7月14日
hanxinjie LV25
2020年7月13日
调理农务系 LV4
2020年7月2日

最近浏览