Merge branch 'feature/REQ-3282-zhh' into 'feature/REQ-3282'

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

See merge request universal/infrastructure/backend/orgmanax!33
This commit is contained in:
张弘昊 2024-12-24 08:30:18 +00:00
commit d71b45ed4f

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;
/** /**
* 创建时间 * 创建时间
*/ */