Merge branch 'feature/geoharbour' of http://221.226.25.34:3000/liang.cheng/weaver-hrm-organization into feature/geoharbour

This commit is contained in:
Chengliang 2025-02-11 15:05:01 +08:00
commit 26dc405ba0
1 changed files with 5 additions and 5 deletions

View File

@ -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;
/**
* 编制数
*/