From e474007b05deabe43c91448d53bbaef691f215d0 Mon Sep 17 00:00:00 2001 From: wangjie <805650258@qq.com> Date: Mon, 28 Oct 2024 13:25:02 +0800 Subject: [PATCH] =?UTF-8?q?#=E4=B8=8A=E6=B5=B7=E6=B8=AF=E6=B9=BE=E7=BC=96?= =?UTF-8?q?=E5=88=B6=E9=9C=80=E6=B1=82=20=E5=8E=BB=E6=8E=89=E5=B2=97?= =?UTF-8?q?=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../organization/entity/staff/vo/StaffTableVO.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/com/engine/organization/entity/staff/vo/StaffTableVO.java b/src/com/engine/organization/entity/staff/vo/StaffTableVO.java index a3cd83e5..a76d6be9 100644 --- a/src/com/engine/organization/entity/staff/vo/StaffTableVO.java +++ b/src/com/engine/organization/entity/staff/vo/StaffTableVO.java @@ -60,11 +60,11 @@ public class StaffTableVO { */ @OrganizationTableColumn(labelId = 547331, text = "部门", width = "10%", column = "dept_id", transmethod = "com.engine.organization.transmethod.DepartmentTransMethod.getSpanById") private String deptId; - /** - * 岗位 - */ - @OrganizationTableColumn(labelId = 547333, text = "岗位", width = "10%", column = "job_id", transmethod = "com.engine.organization.transmethod.JobTransMethod.getSpanById") - private String jobId; +// /** +// * 岗位 +// */ +// @OrganizationTableColumn(labelId = 547333, text = "岗位", width = "10%", column = "job_id", transmethod = "com.engine.organization.transmethod.JobTransMethod.getSpanById") +// private String jobId; /** * 编制数 */