fix: 调整业务类型
This commit is contained in:
parent
d44f86a949
commit
7a91d1207c
@ -11,13 +11,9 @@ import lombok.Getter;
|
||||
public enum BizTypeEnum {
|
||||
|
||||
/**
|
||||
* 工友圈
|
||||
* 积分
|
||||
*/
|
||||
WORKMATE("WORKMATE", "工友圈"),
|
||||
/**
|
||||
* 招工
|
||||
*/
|
||||
RECRUIT("RECRUIT", "招工"),
|
||||
POINTS("POINTS", "积分"),
|
||||
/**
|
||||
* 待办
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user