首页>代码>mybatis操作数据库实现增删改查功能>/Mybatis-Start/src/com/ddb/mybatis/domain/UserInfo.java
package com.ddb.mybatis.domain;


public class UserInfo {
 private Integer id;
 public Integer getId() {
	return id;
}

public void setId(Integer id) {
	this.id = id;
}

public String getUsername() {
	return username;
}

public void setUsername(String username) {
	this.username = username;
}

public String getPassword() {
	return password;
}

public void setPassword(String password) {
	this.password = password;
}

private String username;
 private String password;
 
public String tosString() {
	 return "[id = ".concat(this.id +",username=").concat(this.username+",password=")
			 .concat(this.password+"]");
 }
}
最近下载更多
李亮  LV19 2023年3月6日
15342201772  LV9 2022年12月10日
zdm1231  LV2 2022年8月5日
ly0808  LV1 2022年7月3日
liuzejuncn  LV6 2022年7月1日
GoodGame1234  LV4 2022年5月6日
1690356080  LV37 2021年9月28日
guinan  LV3 2020年12月29日
最代码官方  LV168 2020年12月26日
最近浏览更多
gougeyishi 6月22日
暂无贡献等级
可乐要加冰1  LV7 4月1日
Kaiaahh  LV2 1月4日
lvhongquan  LV11 2023年12月31日
asddwh  LV13 2023年12月25日
19862653626 2023年9月27日
暂无贡献等级
hedyyy  LV3 2023年6月19日
李亮  LV19 2023年3月6日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友