首页>代码>SSM增删改查+bootstrap+pagehelper项目分页实例(适合小白)>/SSM_CRUD/src/main/java/com/aixs/crud/bean/Department.java
package com.aixs.crud.bean;
public class Department {
private Integer deptId;
private String deptName;
public Integer getDeptId() {
return deptId;
}
public Department(Integer deptId, String deptName) {
super();
this.deptId = deptId;
this.deptName = deptName;
}
public Department() {
super();
}
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();
}
}
最近下载更多
血羽如风 LV6
2024年1月25日
taoshen95 LV16
2023年12月25日
2775645521 LV7
2023年12月13日
微信网友_6512020493586432 LV2
2023年6月19日
雨后不归 LV4
2022年12月18日
sweetbox LV10
2022年9月3日
qq970040477 LV24
2022年4月11日
快来救救胡桃 LV6
2021年12月30日
huyyyyy LV8
2021年12月24日
王东东 LV17
2021年12月24日
最近浏览更多
xiaotao555555 LV3
6月22日
微信网友_7316199114199040
2024年12月28日
暂无贡献等级
三秋桂子 LV1
2024年12月22日
微信网友_7265127836766208
2024年11月22日
暂无贡献等级
chn-lei LV2
2024年8月1日
37633030 LV1
2024年6月19日
ma406805131 LV19
2024年6月18日
adminww1234 LV1
2024年6月17日
ProjectAshe
2024年6月17日
暂无贡献等级
wanderingsoul LV2
2024年6月15日

