首页>代码>Mybatis入门教程之增删查实例>/testm/testm/src/com/qm/entity/User.java
package com.qm.entity;

public class User {
	private int id;
	private String name;
	private String pwd;
	
	public User() {
	}
	
	public User(String name, String pwd) {
		this.name = name;
		this.pwd = pwd;
	}
	
	public User(int id, String name, String pwd) {
		super();
		this.id = id;
		this.name = name;
		this.pwd = pwd;
	}
	
	public int getId() {
		return id;
	}
	
	public void setId(int id) {
		this.id = id;
	}
	
	public String getName() {
		return name;
	}
	
	public void setName(String name) {
		this.name = name;
	}
	
	public String getPwd() {
		return pwd;
	}
	
	public void setPwd(String pwd) {
		this.pwd = pwd;
	}

	@Override
	public String toString() {
		return "User [id=" + id + ", name=" + name + ", pwd=" + pwd + "]";
	}
}
最近下载更多
lvhongquan  LV11 2023年12月31日
李亮  LV19 2023年3月6日
我睡觉时不困  LV7 2022年10月9日
CCG542517  LV6 2022年3月28日
元诗13404141810  LV4 2021年11月10日
花椒一条虫  LV1 2021年3月24日
毒品香烟  LV12 2020年10月26日
529948627  LV6 2020年7月27日
JoyKinG  LV19 2020年6月29日
krislijixiang  LV8 2020年4月23日
最近浏览更多
气之子dss  LV4 6月24日
可乐要加冰1  LV7 4月1日
hansong 3月10日
暂无贡献等级
lvhongquan  LV11 2023年12月30日
ncyhhh  LV2 2023年11月27日
yunYUN123  LV1 2023年5月22日
duanpingnpu 2023年4月13日
暂无贡献等级
李亮  LV19 2023年3月6日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友