diff --git a/app/Common/UserStatus.php b/app/Common/UserStatus.php new file mode 100644 index 0000000..7a39df0 --- /dev/null +++ b/app/Common/UserStatus.php @@ -0,0 +1,26 @@ + '正常', + self::UNAUDITED => '未审核', + self::REFUSE => '拒绝', + self::DISABLED => '禁用', + ]; + } +}