From b24fbbcb8b42d147fa81b22275e57b5844a1fdc8 Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期三, 25 十二月 2024 09:43:54 +0800
Subject: [PATCH] 问题优化

---
 app/config/const.py |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

diff --git a/app/config/const.py b/app/config/const.py
index f4fb7a9..7a0a328 100644
--- a/app/config/const.py
+++ b/app/config/const.py
@@ -3,6 +3,7 @@
 DOCUMENT_TO_CLEANING = "document_to_cleaning"
 DOCUMENT_TO_REPORT = "document_to_report"
 IMAGE_TO_TEXT = "image_and_text_conversion"
+DOCUMENT_IA_QUESTIONS = "document_ia_questions"
 
 
 ### -----------app register --------------
@@ -14,4 +15,25 @@
 BASIC_ID = 3
 RAGFLOW_ID = 1
 BISHENG_ID = 2
-DIFY_ID = 4
\ No newline at end of file
+DIFY_ID = 4
+
+###  ------------------status--------------------
+USER_STATSU_DELETE = "2"
+USER_STATSU_ON = "1"
+USER_STATSU_OFF = "0"
+
+Dialog_STATSU_DELETE = "2"
+Dialog_STATSU_ON = "1"
+Dialog_STATSU_OFF = "0"
+
+DEPT_STATUS_DELETE = "2"
+DEPT_STATUS_ON = "1"
+DEPT_STATUS_OFF = "0"
+
+ROLE_STATUS_DELETE = "2"
+ROLE_STATUS_ON = "1"
+ROLE_STATUS_OFF = "0"
+
+RESOURCE_STATUS_DELETE = "2"
+RESOURCE_STATUS_ON = "1"
+RESOURCE_STATUS_OFF = "0"
\ No newline at end of file

--
Gitblit v1.8.0