组织架构考勤规则审核意见与备注混淆问题修改

This commit is contained in:
fl 2024-12-03 20:11:03 +08:00
parent 7ca78725d0
commit b25be20f61
2 changed files with 15 additions and 0 deletions

View File

@ -123,4 +123,14 @@ public class SysUser extends BaseEntity {
*/
private String attGroupName;
/**
* 微信id
*/
private String openId;
/**
* 是否项目部
*/
private String isPd;
}

View File

@ -22,6 +22,11 @@ public class EvectionBean extends BaseBean {
@Excel(name = "序号", width = 10.0,height = 20.0, orderNum = "0")
private long id;
/**
* 请假单的uuid
*/
private String leaveFromId;
/**
* 所属部门编号
*/