首页>代码>基于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 + '\'' +
                '}';
    }
}
最近下载更多
shenghaer  LV1 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日
xudong_y  LV4 2022年10月27日
罗清晨  LV11 2022年9月28日
qwer123546  LV13 2022年9月20日
最近浏览更多
FFF112233  LV8 3月27日
阿凡达  LV9 1月29日
shenghaer  LV1 1月26日
WBelong  LV7 2023年12月27日
pangzhihui  LV12 2023年12月11日
limenghaoqwer  LV2 2023年11月27日
xiaomii  LV3 2023年11月13日
wwewww  LV4 2023年11月2日
13188866605  LV12 2023年10月21日
zhaozhiqi  LV5 2023年10月2日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友