首页>代码>基于SSM框架开发的CRM系统>/CRMProject/src/main/java/com/iarchie/crm_v1/domain/Department.java
package com.iarchie.crm_v1.domain;

public class Department {
    private Long id;

    private String deptname;

    private String deptmsg;

    public Long getId() {
        return id;
    }

    public void setId(Long id) {
        this.id = id;
    }

    public String getDeptname() {
        return deptname;
    }

    public void setDeptname(String deptname) {
        this.deptname = deptname == null ? null : deptname.trim();
    }

    public String getDeptmsg() {
        return deptmsg;
    }

    public void setDeptmsg(String deptmsg) {
        this.deptmsg = deptmsg == null ? null : deptmsg.trim();
    }


    @Override
    public String toString() {
        return "Department{" +
                "id=" + id +
                ", deptname='" + deptname + '\'' +
                ", deptmsg='" + deptmsg + '\'' +
                '}';
    }
}
最近下载更多
vincemokea  LV5 5月7日
heqian  LV17 2024年5月26日
李俊雄  LV3 2024年5月6日
shenghaer  LV1 2024年3月14日
zhaozhiqi  LV5 2023年10月2日
李亮  LV19 2023年8月28日
493240689  LV3 2022年11月25日
admin115  LV6 2022年11月22日
qiuqiu1  LV4 2022年11月18日
刘鹏yyds  LV10 2022年11月16日
最近浏览更多
vincemokea  LV5 5月7日
Lyricify 2024年12月22日
暂无贡献等级
lxzlxzl  LV1 2024年6月21日
wangbh1234  LV1 2024年6月6日
heqian  LV17 2024年5月26日
sunlea  LV20 2024年5月22日
李俊雄  LV3 2024年4月30日
FFF112233  LV8 2024年3月27日
阿凡达  LV9 2024年1月29日
shenghaer  LV1 2024年1月26日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友