业绩改成绩效
This commit is contained in:
parent
7e23d9da4f
commit
3279dee5a1
@ -3,17 +3,17 @@ package com.lz.common.emun;
|
|||||||
import javax.security.auth.message.AuthStatus;
|
import javax.security.auth.message.AuthStatus;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 业绩通知相关type
|
* 绩效通知相关type
|
||||||
*/
|
*/
|
||||||
public enum WorkMsgTypeEnum {
|
public enum WorkMsgTypeEnum {
|
||||||
//业绩提交审核的通知(自己提交给领导,自己提交给人事,人事提交给老板)
|
//绩效提交审核的通知(自己提交给领导,自己提交给人事,人事提交给老板)
|
||||||
SUBMIT(0, "业绩提交", "去审核", "# 业绩提交\n ## @的业绩已经提交"),
|
SUBMIT(0, "绩效提交", "去审核", "# 绩效提交\n ## @的绩效已经提交"),
|
||||||
//业绩打回审核的通知
|
//绩效打回审核的通知
|
||||||
REJECT(1, "业绩驳回", "去修改", "# 业绩驳回\n ## 你的业绩已经驳回"),
|
REJECT(1, "绩效驳回", "去修改", "# 绩效驳回\n ## 你的绩效已经驳回"),
|
||||||
//业绩通过领导审核的通知,这一步提交到HR,提交的type
|
//绩效通过领导审核的通知,这一步提交到HR,提交的type
|
||||||
LEADER_PASS(2, "业绩已打分", "去提交给人事", "# 业绩已打分\n ## 你的业绩已经打分"),
|
LEADER_PASS(2, "绩效已打分", "去提交给人事", "# 绩效已打分\n ## 你的绩效已经打分"),
|
||||||
//业绩通过人事,老板审核的最终审核通知
|
//绩效通过人事,老板审核的最终审核通知
|
||||||
PASS(3, "业绩通过", "去查看", "# 业绩通过\n ## 你的业绩已经通过"),;
|
PASS(3, "绩效通过", "去查看", "# 绩效通过\n ## 你的绩效已经通过"),;
|
||||||
int type;
|
int type;
|
||||||
String title;
|
String title;
|
||||||
String btnText;
|
String btnText;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user