package com.itheima.pojo;
public class employee {
private int uid;
private String uname;
private int uage;
private String ujob;
public int getUid() {
return uid;
}
public void setUid(int uid) {
this.uid=uid;
}
public String getUname() {
return uname;
}
public void setUname(String uname) {
this.uname = uname;
}
public int getUage() {
return uage;
}
public void setUage(int uage) {
this.uage =uage;
}
public String getUjob() {
return ujob;
}
public void setUjob(String ujob) {
this.ujob=ujob;
}
@Override
public String toString()
{
return "Employee [uid=" +uid+",uname="+uname+",uage="+uage+",ujob="+ujob+"]";
}
}
没有合适的资源?快使用搜索试试~ 我知道了~
资源详情
资源评论
资源推荐
收起资源包目录
JavaEEWork1.zip (25个子文件)
JavaEEWork1
pom.xml 2KB
target
test-classes
Test
Test.class 1KB
generated-test-sources
test-annotations
classes
mybatis-config.xml 1KB
com
itheima
pojo
employee.class 2KB
utils
Utils.class 1KB
db.properties 199B
mapper
EmployeeMapper.xml 1KB
generated-sources
annotations
src
test
java
Test
Test.java 757B
main
resources
mybatis-config.xml 1KB
db.properties 199B
mapper
EmployeeMapper.xml 1KB
java
com
itheima
pojo
employee.java 833B
utils
Utils.java 742B
.idea
dataSources.xml 530B
misc.xml 543B
jarRepositories.xml 864B
compiler.xml 544B
workspace.xml 6KB
.gitignore 184B
dataSources.local.xml 1004B
dataSources
f40f95f0-40b0-4089-a578-5bf66ee80f01.xml 32KB
f40f95f0-40b0-4089-a578-5bf66ee80f01
storage_v2
_src_
schema
performance_schema.kIw0nw.meta 76B
information_schema.FNRwLQ.meta 76B
sys.zb4BAA.meta 61B
mysql.osA4Bg.meta 63B
共 25 条
- 1
kook小辉的进阶
- 粉丝: 4646
- 资源: 3
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0