001 | package com.xiaowei.bean; |
002 |
003 | import java.math.BigDecimal; |
004 | import java.util.Date; |
005 |
006 | import org.springframework.format.annotation.DateTimeFormat; |
007 |
008 | /** |
009 | * |
010 | * @author Mr.XIAO |
011 | * |
012 | * 员工表 |
013 | */ |
014 | public class Emp { |
015 | private Integer empno; // 员工编号 |
016 |
017 | private String ename; // 员工姓名 |
018 |
019 | private String job; // 工作 |
020 |
021 | private Short mgr; // 上级 |
022 | |
023 | @DateTimeFormat (pattern = "yyyy-MM-dd" ) |
024 | private Date hiredate; // 雇佣日期 |
025 |
026 | private Integer sal; // 薪资 |
027 |
028 | private BigDecimal comm; // |
029 |
030 | private Integer deptno; // 部门编号 |
031 | |
032 | private String fullcode; //中文简拼 |
033 |
034 | private Dept dept; // 部门 |
035 | |
036 | public String getFullcode() { |
037 | return fullcode; |
038 | } |
039 |
040 | public void setFullcode(String fullcode) { |
041 | this .fullcode = fullcode; |
042 | } |
043 |
044 |
045 | public Dept getDept() { |
046 | return dept; |
047 | } |
048 |
049 | public void setDept(Dept dept) { |
050 | this .dept = dept; |
051 | } |
052 |
053 |
054 |
055 | public Integer getEmpno() { |
056 | return empno; |
057 | } |
058 |
059 | public void setEmpno(Integer empno) { |
060 | this .empno = empno; |
061 | } |
062 |
063 | public String getEname() { |
064 | return ename; |
065 | } |
066 |
067 | public void setEname(String ename) { |
068 | this .ename = ename == null ? null : ename.trim(); |
069 | } |
070 |
071 | public String getJob() { |
072 | return job; |
073 | } |
074 |
075 | public void setJob(String job) { |
076 | this .job = job == null ? null : job.trim(); |
077 | } |
078 |
079 | public Short getMgr() { |
080 | return mgr; |
081 | } |
082 |
083 | public void setMgr(Short mgr) { |
084 | this .mgr = mgr; |
085 | } |
086 |
087 | public Date getHiredate() { |
088 | return hiredate; |
089 | } |
090 |
091 | public void setHiredate(Date hiredate) { |
092 | this .hiredate = hiredate; |
093 | } |
094 |
095 | public Integer getSal() { |
096 | return sal; |
097 | } |
098 |
099 | public void setSal(Integer sal) { |
100 | this .sal = sal; |
101 | } |
102 |
103 | public BigDecimal getComm() { |
104 | return comm; |
105 | } |
106 |
107 | public void setComm(BigDecimal comm) { |
108 | this .comm = comm; |
109 | } |
110 |
111 | public Integer getDeptno() { |
112 | return deptno; |
113 | } |
114 |
115 | public void setDeptno(Integer deptno) { |
116 | this .deptno = deptno; |
117 | } |
118 |
119 | |
120 | } |

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 LV5
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日