xinyb
5 天以前 56d9f6a0b1ecfce70da391d406fcc92274cc1b03
src/com/yc/crm/mail/entity/t482101HEntity.java
@@ -4,6 +4,7 @@
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
/**
 * @BelongsProject: eCoWorksV3
@@ -21,7 +22,9 @@
    private Integer mailType;// [note: '0:草稿箱1:收件箱2:发件箱']
    private String senderName;//发送人名称
    private String sender;// [note:'发送人']
    private String senderTime;//发送时间
    private List<String> receiver = new ArrayList<>();// [note:'接收人']
    private String receivingTime;//收件时间
    private Integer folderId = 0;// [note:'文件夹id']
    private Integer deleteFlag = 0; //[note:'是否已删除']
    private Integer readFlag = 0;// [note:'是否已读']
@@ -62,7 +65,7 @@
    private String content;
    private String plainText;
    private String attachmentList;
    private List<String> attachmentPath;
    private List<Map<String,Object>> attachmentPath;
    private String inlineImageList;
    private String summary;
    private String tagList;