feat: 子卷送到待检区任务
This commit is contained in:
@@ -15,7 +15,8 @@ import java.util.Arrays;
|
||||
public enum UserTypeEnum implements ArrayValuable<Integer> {
|
||||
|
||||
MEMBER(1, "会员"), // 面向 c 端,普通用户
|
||||
ADMIN(2, "管理员"); // 面向 b 端,管理后台
|
||||
ADMIN(2, "管理员"), // 面向 b 端,管理后台
|
||||
;
|
||||
|
||||
public static final Integer[] ARRAYS = Arrays.stream(values()).map(UserTypeEnum::getValue).toArray(Integer[]::new);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user