首页>代码>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();
    }
}
最近下载更多
李亮  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日
最近浏览更多
哈哈ha zhh  LV2 11月16日
kisooo 11月8日
暂无贡献等级
内心向阳  LV4 11月7日
liuxiao2  LV16 10月25日
jiemomo  LV12 10月19日
graceful 10月18日
暂无贡献等级
fesfefe  LV12 10月3日
czdczd  LV3 9月9日
vilychan  LV2 9月8日
飞呀飞呀飞不放  LV7 8月10日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友