From 924ca23bb89d56749d8f5827e85ed374c4f13a81 Mon Sep 17 00:00:00 2001 From: JJ-Choi1999 <2486595624@qq.com> Date: Thu, 1 May 2025 18:43:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E9=85=8D=E7=BD=AE=E8=AF=BB?= =?UTF-8?q?=E5=8F=96=E8=AE=B8=E5=8F=AF=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/services/feature_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/services/feature_service.py b/api/services/feature_service.py index 9557622310..f127320cc7 100644 --- a/api/services/feature_service.py +++ b/api/services/feature_service.py @@ -34,6 +34,7 @@ class LicenseStatus(StrEnum): EXPIRING = "expiring" EXPIRED = "expired" LOST = "lost" + CUSTOMIZE = "customize" class LicenseModel(BaseModel): @@ -82,7 +83,6 @@ class SystemFeatureModel(BaseModel): is_email_setup: bool = False license: LicenseModel = LicenseModel() - class FeatureService: @classmethod def get_features(cls, tenant_id: str) -> FeatureModel: