package com.wing.poem.control;

import java.util.ArrayList;
import java.util.List;

import com.wing.poem.vo.CheckPoint;
import com.wing.poem.vo.Level;

public class DBAdapter {
	private static DBAdapter dbAdapter = new DBAdapter();

	
	private DBAdapter() {
		// TODO Auto-generated constructor stub
	}
	public static DBAdapter getInstance(){
		return dbAdapter;
	}
	public CheckPoint getCheckPoint(int level,int id){
		if(level>3||id>=3)
			return null;
		CheckPoint ck =  CheckPoint.getTempCheckPoint(level,id);
		return ck;
	}
	
	public List<CheckPoint> getCheckPointList(int level){
		List<CheckPoint> list = new ArrayList<CheckPoint>();
		for(int i=0;i<3;i++){
			list.add(getCheckPoint(level,i));
		}
		return list;
	}
}
最近下载更多
17366635519  LV1 2022年8月30日
511076827  LV33 2022年4月11日
GZW012345  LV8 2022年4月8日
李秋天  LV6 2021年12月21日
wyx065747  LV67 2021年1月3日
fengxiao  LV8 2020年12月30日
a566566  LV9 2020年12月27日
小田田  LV4 2020年12月18日
cpemy_abc  LV10 2020年6月9日
没骨气的鱼  LV4 2020年6月6日
最近浏览更多
anjuw521  LV1 7月10日
AIWU1234  LV2 6月9日
求学的熊猫  LV11 6月3日
yhwyhw1  LV2 2023年12月19日
lmroman  LV8 2023年4月27日
sunny1314 2023年3月30日
暂无贡献等级
yzhszz  LV3 2022年12月27日
Java开发工程师_初心  LV1 2022年9月12日
17366635519  LV1 2022年8月30日
1532593037  LV8 2022年6月3日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友