01 | package com.xiaowei.bean; |
02 | /** |
03 | * |
04 | * @author Mr.XIAO |
05 | * |
06 | * 部门表 |
07 | */ |
08 | public class Dept { |
09 | private Integer deptno; //部门编号 |
10 |
11 | private String dname; //部门名称 |
12 |
13 | private String loc; //记录 |
14 |
15 | |
16 |
17 | public Integer getDeptno() { |
18 | return deptno; |
19 | } |
20 |
21 | public void setDeptno(Integer deptno) { |
22 | this .deptno = deptno; |
23 | } |
24 |
25 | public String getDname() { |
26 | return dname; |
27 | } |
28 |
29 | public void setDname(String dname) { |
30 | this .dname = dname == null ? null : dname.trim(); |
31 | } |
32 |
33 | public String getLoc() { |
34 | return loc; |
35 | } |
36 |
37 | public void setLoc(String loc) { |
38 | this .loc = loc == null ? null : loc.trim(); |
39 | } |
40 | } |

2578193624 LV2
2024年6月17日
Huangjy2157 LV2
2023年12月26日
微信网友_6602457430806528 LV6
2023年9月21日
19137715150 LV1
2023年6月18日
sjl821120 LV6
2023年6月10日
yunYUN123 LV1
2023年5月18日
qq2901732871 LV9
2023年4月7日
duoer12 LV5
2022年12月30日
tbwy2014 LV5
2022年10月24日
二十一画 LV10
2022年4月30日

黄志琴 LV1
4月13日
xianyu091012 LV5
2024年12月26日
wjh007 LV5
2024年9月12日
李朝磊 LV18
2024年6月28日
2578193624 LV2
2024年6月16日
ma406805131 LV19
2024年6月15日
qwe6002 LV10
2024年5月24日
李俊雄 LV3
2024年5月8日
WBelong LV8
2024年4月2日
微信网友_6885494992752640
2024年2月28日
暂无贡献等级