package com.ruoyi.errand.constant; public class AppUserStatusConstant { //正常 public static final Integer NORMAL = 1; //冻结 public static final Integer FREEZE = 2; //注销 public static final Integer LOGOUT = 3; }