首页>代码>spring boot+mybatis+mysql基础配置实现部门数据增加查询更新功能>/springboot-demo/src/main/java/com/entity/Dept.java
package com.entity; /** * @PackageName: com.entity * @Description: * @Version: 1.0.0 */ public class Dept { private Integer deptNo; private String dname; private String loc; private String createTime; public Dept() { } public Dept(Integer deptNo, String dname, String loc, String createTime) { super(); this.deptNo = deptNo; this.dname = dname; this.loc = loc; this.createTime = createTime; } public Integer getDeptNo() { return deptNo; } public void setDeptNo(Integer deptNo) { this.deptNo = deptNo; } public String getDname() { return dname; } public void setDname(String dname) { this.dname = dname; } public String getLoc() { return loc; } public void setLoc(String loc) { this.loc = loc; } public String getCreateTime() { return createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } }
最近下载更多
云着殇 LV9
6月5日
skook7 LV2
2023年12月14日
cheung524071 LV8
2023年8月23日
2017143155 LV12
2023年8月3日
luoyongbing LV8
2023年4月25日
starmomom LV10
2023年3月14日
18120344519 LV4
2023年3月7日
Jhhhhh LV6
2022年12月3日
孙龙52 LV6
2022年6月23日
1623096142 LV6
2022年5月20日
最近浏览更多
TY0165 LV20
6月24日
17380184110
6月20日
暂无贡献等级
Java开发工程师_初心 LV1
6月1日
1941549176 LV4
4月29日
860421 LV3
4月18日
skook7 LV2
2023年12月14日
fff2003 LV9
2023年11月17日
wnnmmb LV2
2023年11月12日
lingtiejing LV15
2023年10月1日
cheung524071 LV8
2023年8月23日