From 29d7f070686c66adc6f90033ebab2a5607d4fa19 Mon Sep 17 00:00:00 2001 From: xuyonghao <898441624@qq.com> Date: 星期三, 25 十二月 2024 14:55:18 +0800 Subject: [PATCH] 新增合并Excel下载后删除相关文件 --- app/config/const.py | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/app/config/const.py b/app/config/const.py index 800ebf0..7a0a328 100644 --- a/app/config/const.py +++ b/app/config/const.py @@ -23,6 +23,8 @@ USER_STATSU_OFF = "0" Dialog_STATSU_DELETE = "2" +Dialog_STATSU_ON = "1" +Dialog_STATSU_OFF = "0" DEPT_STATUS_DELETE = "2" DEPT_STATUS_ON = "1" @@ -30,4 +32,8 @@ ROLE_STATUS_DELETE = "2" ROLE_STATUS_ON = "1" -ROLE_STATUS_OFF = "0" \ No newline at end of file +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