首页>代码>ssm整合bootstrap开发网站用户信息管理系统(增删改查)>/ManagementSystem/src/main/Java/com/wrq/manage/bean/Department.java
package com.wrq.manage.bean;

public class Department {
    private Integer deptId;

    private String deptName;

    public Department(Integer deptId,String deptName){
        super();
        this.deptId = deptId;
        this.deptName = deptName;
    }

    public Department(){
        super();
    }

    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();
    }
}
最近下载更多
hongdongdong  LV14 6月12日
wmmwmm111  LV1 6月6日
李亮  LV19 2023年3月5日
梓柔12345  LV1 2023年1月4日
最代码-宋家辉  LV61 2023年1月2日
mikyfx  LV4 2022年11月30日
MaiMaiMaimei  LV7 2022年6月28日
second  LV5 2021年12月5日
1308530161  LV4 2021年12月1日
543666826  LV33 2021年11月18日
最近浏览更多
qq970040477  LV24 6月16日
hongdongdong  LV14 6月12日
yyz115 6月9日
暂无贡献等级
wmmwmm111  LV1 6月6日
gghhbgg  LV1 5月5日
WBelong  LV8 3月8日
暂无贡献等级
black8angel  LV4 2023年12月22日
1914539700  LV1 2023年12月12日
DilotXYY  LV1 2023年12月11日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友