package com.yc.crm.mail.entity; import lombok.Data; /** * @BelongsProject: eCoWorksV3 * @BelongsPackage: com.yc.crm.mail.entity * @author: xinyb * @CreateTime: 2024-09-04 15:17 * @Description:标签 (重复实体类,在crm.base.entity.T482115Entity重复) */ @Data public class T482115Entity { // private String companyId; // private String companyName; // private Integer tagId;// [primary key] // private String tagName; // private String userCode; // private String userName; // private Integer sortId; // private String createTime; // private String updateTime; // private String tagDesc;// [note:'标签备注'] // private boolean systemFlag;// [note:'是否为系统标签'] // private String tagColor; // private Integer tagType = 0;//[note:'标签类型 0:邮件 1:其他(线索,客户,商机)'] // private Integer DocVersion; }