feat(REQ-3282): 删除创建人和更新人

This commit is contained in:
zhanghonghao 2024-12-24 16:29:45 +08:00
parent 8d841e1395
commit 0a79dbf459

View File

@ -61,16 +61,6 @@ public class OrganizationalContact implements Serializable {
*/ */
private String memo; private String memo;
/**
* 创建人 todo 后续写入
*/
private Long createBy;
/**
* 创建人 todo 后续写入
*/
private Long updateBy;
/** /**
* 创建时间 * 创建时间
*/ */