首页>代码>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 2024年6月12日
wmmwmm111  LV1 2024年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  LV34 2021年11月18日
最近浏览更多
xiangkai 2月21日
暂无贡献等级
dongandmin  LV8 2024年12月27日
19005485817 2024年12月24日
暂无贡献等级
xiaoaitx  LV8 2024年11月22日
qq970040477  LV24 2024年6月16日
hongdongdong  LV14 2024年6月12日
yyz115 2024年6月9日
暂无贡献等级
wmmwmm111  LV1 2024年6月6日
gghhbgg  LV1 2024年5月5日
WBelong  LV8 2024年3月8日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友