feat:策略

This commit is contained in:
2026-07-18 13:58:29 +08:00
parent 90f3aa4261
commit e827d1cb07
17 changed files with 442 additions and 183 deletions

View File

@@ -5,6 +5,12 @@ export const CommonStatusEnum = {
DISABLE: 1, // 禁用
};
// true or false
export const CommonTrueOrFalseEnum = {
TRUE: true,
FALSE: false,
};
// 全局用户类型枚举
export const UserTypeEnum = {
MEMBER: 1, // 会员