package com.atguigu.crud.bean; public class Department { private Integer deptId; private String deptName; public Department() { super(); // TODO Auto-generated constructor stub } public Department(Integer deptId, String deptName) { super(); this.deptId = deptId; this.deptName = deptName; } public Integer getDeptId() { return deptId; } public void setDeptId(Integer deptId) { this.deptId = deptId; } public String getDeptName() { return deptName; } public void setDeptName(String deptName) { this.deptName = deptName == null ? null : deptName.trim(); } }

李亮 LV19
8月28日
donnyine LV3
6月19日
LITIANYU084414 LV11
1月1日
wanglinddad LV51
2022年12月8日
jlmarket LV21
2022年12月2日
sczyhtg LV5
2022年10月19日
dragon Sir LV3
2022年4月26日
zhizu123 LV1
2022年4月13日
543666826 LV33
2021年11月19日
hdf999 LV12
2021年11月10日