首页>代码>ibatis实例>/Test/src/a/Student.java
package a;

public class Student {
	private int sid;
	private String sname;
	private String major;
	private String birth;
	
	public int getSid() {
		return sid;
	}
	public void setSid(int sid) {
		this.sid = sid;
	}
	public String getSname() {
		return sname;
	}
	public void setSname(String sname) {
		this.sname = sname;
	}
	public String getMajor() {
		return major;
	}
	public void setMajor(String major) {
		this.major = major;
	}
	public String getBirth() {
		return birth;
	}
	public void setBirth(String birth) {
		this.birth = birth;
	}
	@Override
	public String toString() {
		String content="sid"+sid+"\tsname="+sname+"\tmajor="+major+"\birth"+birth;
		
		return content;
	}
}
最近下载更多
才貌双泉  LV5 2020年4月2日
blueairabc  LV2 2018年12月4日
wsm666666  LV5 2018年7月13日
感动常在  LV12 2017年10月27日
离冰殇  LV2 2016年3月31日
cvsFeng  LV21 2016年3月3日
JianJian  LV2 2016年1月31日
RioLee  LV11 2015年10月20日
zhanyue76  LV11 2015年4月22日
ffflxg560  LV10 2015年4月11日
最近浏览更多
飞翔的面包片  LV12 2021年7月13日
ztuotuoz123  LV2 2020年9月24日
才貌双泉  LV5 2020年4月2日
李攀登  LV8 2018年12月4日
blueairabc  LV2 2018年12月4日
wsm666666  LV5 2018年7月13日
devilshome  LV4 2018年5月15日
感动常在  LV12 2017年10月27日
qwerty12345  LV2 2017年10月22日
minifan  LV6 2017年9月7日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友