From a791022ff1311e1fb76930c398d6ff91036d0456 Mon Sep 17 00:00:00 2001 From: zhaoqingang <zhaoqg0118@163.com> Date: 星期三, 11 十二月 2024 17:57:52 +0800 Subject: [PATCH] 新增加标签功能 --- app/models/__init__.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/app/models/__init__.py b/app/models/__init__.py index c6370a9..126abc8 100644 --- a/app/models/__init__.py +++ b/app/models/__init__.py @@ -15,6 +15,7 @@ from .session_model import SessionModel from .public_api_model import * from .menu_model import * +from .label_model import * # 鑾峰彇褰撳墠鏃跺尯鐨勬椂闂� -- Gitblit v1.8.0