【7.6.0】【hr】更新审批人类型返回审批人类型的名称

pull/57/head
fengshuonan 2023-06-29 09:08:44 +08:00
parent 22d1231a7f
commit 164af552cd
1 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,7 @@ package cn.stylefeng.roses.kernel.sys.modular.org.entity;
import cn.stylefeng.roses.kernel.db.api.pojo.entity.BaseEntity;
import cn.stylefeng.roses.kernel.rule.annotation.ChineseDescription;
import cn.stylefeng.roses.kernel.rule.annotation.DictCodeFieldFormat;
import cn.stylefeng.roses.kernel.sys.modular.org.pojo.response.ApproverBindUserItem;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
@ -34,7 +35,9 @@ public class HrOrgApprover extends BaseEntity {
* 1-2-3-4-5-6-7-HRBP8-9-10-
*/
@TableField("org_approver_type")
@ChineseDescription("组织审批类型1-负责人2-部长3-体系负责人4-部门助理5-资产助理专员6-考勤专员7-HRBP8-门禁员9-办公账号员10-转岗须知员")
@ChineseDescription(
"组织审批类型1-负责人2-部长3-体系负责人4-部门助理5-资产助理专员6-考勤专员7-HRBP8-门禁员9-办公账号员10-转岗须知员")
@DictCodeFieldFormat(dictTypeCode = "org_approver_type")
private Integer orgApproverType;
/**