首页>代码>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();
    }
}
最近下载更多
血羽如风  LV4 1月25日
taoshen95  LV14 2023年12月25日
2775645521  LV4 2023年12月13日
微信网友_6512020493586432  LV2 2023年6月19日
雨后不归  LV4 2022年12月18日
sweetbox  LV10 2022年9月3日
qq970040477  LV23 2022年4月11日
快来救救胡桃  LV6 2021年12月30日
huyyyyy  LV8 2021年12月24日
王东东  LV17 2021年12月24日
最近浏览更多
pangzhihui  LV12 4月17日
血羽如风  LV4 1月25日
XiaoSong888  LV2 1月10日
bjlabc  LV1 1月4日
沈从文  LV2 1月1日
taoshen95  LV14 2023年12月25日
wwwww816  LV3 2023年12月19日
fff2003  LV6 2023年12月14日
2775645521  LV4 2023年12月13日
242958421asdfgh 2023年11月9日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友