From 0a79dbf459b9c1fcc2f3a7da8863670131dcb9d1 Mon Sep 17 00:00:00 2001 From: zhanghonghao Date: Tue, 24 Dec 2024 16:29:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(REQ-3282):=20=E5=88=A0=E9=99=A4=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E4=BA=BA=E5=92=8C=E6=9B=B4=E6=96=B0=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../infra/dao/unit/entity/OrganizationalContact.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/orgmanax-infra/src/main/java/cn/axzo/orgmanax/infra/dao/unit/entity/OrganizationalContact.java b/orgmanax-infra/src/main/java/cn/axzo/orgmanax/infra/dao/unit/entity/OrganizationalContact.java index 633eaf2..d0f75bf 100644 --- a/orgmanax-infra/src/main/java/cn/axzo/orgmanax/infra/dao/unit/entity/OrganizationalContact.java +++ b/orgmanax-infra/src/main/java/cn/axzo/orgmanax/infra/dao/unit/entity/OrganizationalContact.java @@ -61,16 +61,6 @@ public class OrganizationalContact implements Serializable { */ private String memo; - /** - * 创建人 todo 后续写入 - */ - private Long createBy; - - /** - * 创建人 todo 后续写入 - */ - private Long updateBy; - /** * 创建时间 */