xinyb
2024-09-21 53241c9e1a7e4cbb7383b77919a86bba9c1a91e7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
package com.yc.crm.mail.entity;
 
import lombok.Data;
 
/**
 * @BelongsProject: eCoWorksV3
 * @BelongsPackage: com.yc.crm.entity
 * @author: xinyb
 * @CreateTime: 2024-07-27  09:14
 * @Description:快速文本
 */
@Data
public class T482108Entity {
    private String companyId;
    private String companyName;
    private Integer textId;
    private String textName;
    private String userCode;
    private String userName;
    private String content;
    private String sortId;
    private String createTime;
    private String updateTime;
    private Integer docVersion;
}