package com.xiaowei.bean;
/**
*
* @author Mr.XIAO
*
* 部门表
*/
public class Dept {
private Integer deptno;//部门编号
private String dname;//部门名称
private String loc;//记录
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 == null ? null : dname.trim();
}
public String getLoc() {
return loc;
}
public void setLoc(String loc) {
this.loc = loc == null ? null : loc.trim();
}
}
最近下载更多
2398164158 LV3
2023年9月24日
李亮 LV19
2023年3月6日
543666826 LV34
2021年11月19日
erw234 LV2
2021年11月8日
level LV5
2021年6月10日
小红猪仔 LV4
2021年4月30日
jiugeshidatui LV2
2020年12月19日
qazzaq123 LV20
2020年11月23日
liang_sen LV7
2020年10月9日
离沫Winner LV1
2020年7月28日
最近浏览更多
vincemokea LV9
4月30日
WBelong LV8
2024年4月2日
2398164158 LV3
2023年9月24日
siximu912 LV10
2023年7月14日
gecongkai LV8
2023年6月22日
6389181 LV7
2023年6月14日
微信网友_6260196253601792 LV7
2023年6月8日
25702204 LV1
2023年5月24日
shu1234
2023年5月22日
暂无贡献等级
yeyuuu LV6
2023年5月18日

