薪资分析

This commit is contained in:
2025-06-25 11:03:48 +08:00
parent e4edc70bbc
commit b317c3541c

View File

@@ -40,6 +40,10 @@ public class OaEmployeeBo extends BaseEntity {
* 备注
*/
private String remark;
/**
* 部门ID
*/
private Long deptId;
}