办公V3
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user