From 5acc490fa6f77a9ed7b5976ee6a2e22b070df5bf Mon Sep 17 00:00:00 2001 From: ludc Date: 星期二, 09 七月 2024 09:49:36 +0800 Subject: [PATCH] 角色管理联调修改、部门管理接口等代码上传 --- Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/model/OrgDeptForPlatform1.java | 38 ++++++++++++++++++++++++++++++++------ 1 files changed, 32 insertions(+), 6 deletions(-) diff --git a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/model/OrgDeptForPlatform1.java b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/model/OrgDeptForPlatform1.java index 569307b..1dbdfbf 100644 --- a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/model/OrgDeptForPlatform1.java +++ b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/model/OrgDeptForPlatform1.java @@ -31,6 +31,16 @@ private String plnum; /** + * 閮ㄩ棬浠e彿 + */ + private String plcode; + + /** + * 涓撲笟 + */ + private String plspecialties; + + /** * 鍋滅敤鍚敤鐘舵�� */ private Short plstatus; @@ -48,7 +58,7 @@ /** * 鍒涘缓鏃堕棿 */ - private Date plcreatetime; + private Long plcreatetime; /** * 鍒涘缓浜� @@ -58,7 +68,7 @@ /** * 鏈�鍚庝慨鏀规椂闂� */ - private Date plupdatetime; + private Long plupdatetime; /** * 鏈�鍚庝慨鏀逛汉 @@ -69,6 +79,22 @@ * 涓嶇煡閬撳仛鍟ョ殑 */ private String pllicensors; + + public String getPlspecialties() { + return plspecialties; + } + + public void setPlspecialties(String plspecialties) { + this.plspecialties = plspecialties; + } + + public String getPlcode() { + return plcode; + } + + public void setPlcode(String plcode) { + this.plcode = plcode; + } public String getPluid() { return pluid; @@ -118,11 +144,11 @@ this.pldesc = pldesc == null ? null : pldesc.trim(); } - public Date getPlcreatetime() { + public Long getPlcreatetime() { return plcreatetime; } - public void setPlcreatetime(Date plcreatetime) { + public void setPlcreatetime(Long plcreatetime) { this.plcreatetime = plcreatetime; } @@ -134,11 +160,11 @@ this.plcreateuser = plcreateuser == null ? null : plcreateuser.trim(); } - public Date getPlupdatetime() { + public Long getPlupdatetime() { return plupdatetime; } - public void setPlupdatetime(Date plupdatetime) { + public void setPlupdatetime(Long plupdatetime) { this.plupdatetime = plupdatetime; } -- Gitblit v1.9.3