首页>代码>SSM+bootstrap员工部门经典demo开发实例>/ssm-crud/src/main/java/com/atguigu/crud/bean/Department.java
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();
    }
}
最近下载更多
TY0165  LV20 6月18日
爱吃红薯的金狸  LV2 4月12日
HANCW  LV9 3月11日
李亮  LV19 2023年8月28日
hedyyy  LV3 2023年6月19日
LITIANYU084414  LV11 2023年1月1日
wanglinddad  LV55 2022年12月8日
jlmarket  LV22 2022年12月2日
sczyhtg  LV5 2022年10月19日
dragon Sir  LV3 2022年4月26日
最近浏览更多
bluerstar  LV1 10月21日
782325418 10月14日
暂无贡献等级
Peny_ZH  LV5 9月21日
897258976  LV8 8月29日
TY0165  LV20 6月18日
lilitu  LV6 5月30日
爱吃红薯的金狸  LV2 4月12日
zolscy  LV12 4月1日
2131234536546  LV7 3月31日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友