This commit is contained in:
2025-12-30 13:47:53 +08:00
parent f1637501b2
commit a623c5673f
137 changed files with 11031 additions and 4043 deletions

View File

@@ -22,8 +22,10 @@ public class HrmEmpOrgPosition extends BaseEntity implements Serializable {
@TableId
private Long relId;
private Long empId;
private Long orgId;
private Long positionId;
/** 部门ID引用 sys_dept.dept_id */
private Long deptId;
/** 岗位ID引用 sys_post.post_id */
private Long postId;
private Integer isPrimary;
private Date startDate;
private Date endDate;