update 修改枚举类型

This commit is contained in:
LiuHao 2024-01-28 19:42:25 +08:00
parent 7a9870a214
commit 02210db064

View File

@ -1,6 +1,6 @@
export enum AuditUserTypeEnum { export enum AllocationTypeEnum {
USER = 'user', USER = 'user',
ROLE = 'role', CANDIDATE = 'candidate',
YOURSELF = 'yourself', YOURSELF = 'yourself',
SPECIFY = 'specify' SPECIFY = 'specify'
} }