From 916d984d2628fd8d863183cf5ba9e5a0a7339871 Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期三, 18 十二月 2024 11:03:53 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/rag-gateway

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

diff --git a/app/config/const.py b/app/config/const.py
index 824f0ae..96f0829 100644
--- a/app/config/const.py
+++ b/app/config/const.py
@@ -15,4 +15,11 @@
 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"
\ No newline at end of file

--
Gitblit v1.8.0