xinyb
2024-09-21 53241c9e1a7e4cbb7383b77919a86bba9c1a91e7
提交 | 用户 | age
f51ff9 1 package com.yc.crm.mail.entity;
X 2
3 import lombok.Data;
4
5 /**
6  * @BelongsProject: eCoWorksV3
7  * @BelongsPackage: com.yc.crm.entity
8  * @author: xinyb
9  * @CreateTime: 2024-07-27  09:13
385e2d 10  * @Description:个人签名
f51ff9 11  */
X 12 @Data
385e2d 13 public class T482109Entity {
f51ff9 14     private String companyId;
X 15     private String companyName;
16     private Integer signId;
17     private String userCode;
18     private String userName;
19     private String signName;
20     private String signContent;
21     private String createTime;
22     private String updateTime;
23     private Integer docVersion;
24
25 }