From 19ef4ca4f7252c34fe2e2a03b8868fc997ddd86f Mon Sep 17 00:00:00 2001
From: dengzedong <dengzedong@email>
Date: 星期五, 13 九月 2024 08:37:38 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 iailab-module-data/iailab-module-data-biz/src/main/java/com/iailab/module/data/common/enums/CommonConstant.java |  545 ------------------------------------------------------
 1 files changed, 1 insertions(+), 544 deletions(-)

diff --git a/iailab-module-data/iailab-module-data-biz/src/main/java/com/iailab/module/data/common/enums/CommonConstant.java b/iailab-module-data/iailab-module-data-biz/src/main/java/com/iailab/module/data/common/enums/CommonConstant.java
index 04d4c7a..2700d98 100644
--- a/iailab-module-data/iailab-module-data-biz/src/main/java/com/iailab/module/data/common/enums/CommonConstant.java
+++ b/iailab-module-data/iailab-module-data-biz/src/main/java/com/iailab/module/data/common/enums/CommonConstant.java
@@ -8,554 +8,11 @@
  */
 public interface CommonConstant {
 
-    String CJS_SYS = "system";
-
-    String HTTP_CLIENT_ID_XST = "xsteam";
-
-    String HTTP_CLIENT_ID_SD = "sd";
-
-    String HTTP_CLIENT_ID_OADP = "oadp";
-
-    String HTTP_CLIENT_ID_FXJY = "fxjy";
-
-    String HTTP_CLIENT_ID_ELELOW = "elelow";
-
-    String HTTP_RESULT_TRUE = "true";
-    //常量点
-    String CONSTANT = "CONSTANT";
-    //计量点
-    String MEASURE = "MEASURE";
-    //计算点
-    String CALCULATE = "CALCULATE";
+    int IS_ENABLE = 1;
 
     BigDecimal BAD_VALUE = new BigDecimal("-2");
 
     BigDecimal ZERO_VALUE = new BigDecimal("0");
 
-
-    //年生产计划执行数据
-    String YEAR_PEI_HTTP_TAG = "yearPeiHttpTag";
-    //当前产量
-    String CURRENT_PERFORMANCE_HTTP_TAG = "currentPerformanceHttpTag";
-    //生产时间分布
-    String PRD_TIME_DIST_HTTP_TAG = "prdTimeDistHttpTag";
-    //当前销量
-    String CURRENT_SALE_HTTP_TAG = "currentSaleHttpTag";
-
     String HTTP_API_ZXZK_IH = "ZXZK_IH";
-
-    String HTTP_API_SD_RUN_STATE = "SDRunState";
-
-    String HTTP_API_SD_HEALTH_STATE = "SDHealthState";
-
-    String HTTP_API_SD_DEVICE_LIST = "SDDeviceList";
-
-    String HTTP_API_SD_DEVICE_TEMPERATURE = "SDDeviceTemperature";
-
-    String HTTP_API_ZX_DEVICE_ELECTRIC = "ZXDeviceElectric";
-
-    String HTTP_API_PERSON_LIST = "PersonList";
-
-    String HTTP_API_JOB_LIST = "JobList";
-
-    //年
-    String YEAR = "year";
-    //月
-    String MONTH = "month";
-
-    //下划线
-    String UNDERLINE = "_";
-    //$符
-    String DOLLAR = "$";
-
-    /**
-     * 启用
-     */
-    public static final int IS_ENABLE = 1;
-
-    /**
-     * 删除标志
-     */
-    public static final Integer BPM_FLAG_1 = 1;
-
-    /**
-     * 正常状态
-     */
-    public static final Integer STATUS_NORMAL = 0;
-
-    /**
-     * 禁用状态
-     */
-    public static final Integer STATUS_DISABLE = -1;
-
-    /**
-     * 删除标志
-     */
-    public static final Integer DEL_FLAG_1 = 1;
-
-    /**
-     * 未删除
-     */
-    public static final Integer DEL_FLAG_0 = 0;
-
-    /**
-     * 未提交
-     */
-    public static final Integer SUBMINT_STATUS_0 = 0;
-
-    /**
-     * 系统日志类型: 登录
-     */
-    public static final int LOG_TYPE_1 = 1;
-
-    /**
-     * 系统日志类型: 操作
-     */
-    public static final int LOG_TYPE_2 = 2;
-
-    /**
-     * 操作日志类型: 查询
-     */
-    public static final int OPERATE_TYPE_1 = 1;
-
-    /**
-     * 操作日志类型: 添加
-     */
-    public static final int OPERATE_TYPE_2 = 2;
-
-    /**
-     * 操作日志类型: 更新
-     */
-    public static final int OPERATE_TYPE_3 = 3;
-
-    /**
-     * 操作日志类型: 删除
-     */
-    public static final int OPERATE_TYPE_4 = 4;
-
-    /**
-     * 操作日志类型: 倒入
-     */
-    public static final int OPERATE_TYPE_5 = 5;
-
-    /**
-     * 操作日志类型: 导出
-     */
-    public static final int OPERATE_TYPE_6 = 6;
-
-    /**
-     * 提交
-     */
-    public static final int SUBMIT_FLAG_1 = 1;
-
-    /**
-     * 通过
-     */
-    public static final int SUBMIT_FLAG_2 = 2;
-
-    /**
-     * 驳回
-     */
-    public static final int SUBMIT_FLAG_3 = 3;
-
-    /**
-     * 提交
-     */
-    public static final int SUBMIT_FLAG_0 = 0;
-
-    public static final int SUBMIT_FLAG_4 = 4;
-
-    public static final int SUBMIT_FLAG_5 = 5;
-
-    public static final int SUBMIT_FLAG_6 = 6;
-
-    public static final Integer DANGER_STATUS = 1;
-
-    public static final Integer DANGER_STATUS_2 = 2;
-
-
-    /**
-     * {@code 500 Server Error} (HTTP/1.0 - RFC 1945)
-     */
-    public static final Integer SC_INTERNAL_SERVER_ERROR_500 = 500;
-    /**
-     * {@code 200 OK} (HTTP/1.0 - RFC 1945)
-     */
-    public static final Integer SC_OK_200 = 200;
-
-    /**
-     * 访问权限认证未通过 510
-     */
-    public static final Integer SC_JEECG_NO_AUTHZ = 510;
-
-    /**
-     * 登录用户Shiro权限缓存KEY前缀
-     */
-    public static String PREFIX_USER_SHIRO_CACHE = "shiro:cache:org.jeecg.config.shiro.ShiroRealm.authorizationCache:";
-    /**
-     * 登录用户Token令牌缓存KEY前缀
-     */
-    public static final String PREFIX_USER_TOKEN = "prefix_user_token_";
-//    /** Token缓存时间:3600秒即一小时 */
-//    public static final int  TOKEN_EXPIRE_TIME  = 3600;
-
-    /**
-     * 登录二维码
-     */
-    public static final String LOGIN_QRCODE_PRE = "QRCODELOGIN:";
-    public static final String LOGIN_QRCODE = "LQ:";
-    /**
-     * 登录二维码token
-     */
-    public static final String LOGIN_QRCODE_TOKEN = "LQT:";
-
-
-    /**
-     * 0:一级菜单
-     */
-    public static final Integer MENU_TYPE_0 = 0;
-    /**
-     * 1:子菜单
-     */
-    public static final Integer MENU_TYPE_1 = 1;
-    /**
-     * 2:按钮权限
-     */
-    public static final Integer MENU_TYPE_2 = 2;
-
-    /**
-     * 通告对象类型(USER:指定用户,ALL:全体用户)
-     */
-    public static final String MSG_TYPE_UESR = "USER";
-    public static final String MSG_TYPE_ALL = "ALL";
-
-    /**
-     * 发布状态(0未发布,1已发布,2已撤销)
-     */
-    public static final String NO_SEND = "0";
-    public static final String HAS_SEND = "1";
-    public static final String HAS_CANCLE = "2";
-
-    /**
-     * 阅读状态(0未读,1已读)
-     */
-    public static final String HAS_READ_FLAG = "1";
-    public static final String NO_READ_FLAG = "0";
-
-    /**
-     * 优先级(L低,M中,H高)
-     */
-    public static final String PRIORITY_L = "L";
-    public static final String PRIORITY_M = "M";
-    public static final String PRIORITY_H = "H";
-
-    /**
-     * 短信模板方式  0 .登录模板、1.注册模板、2.忘记密码模板
-     */
-    public static final String SMS_TPL_TYPE_0 = "0";
-    public static final String SMS_TPL_TYPE_1 = "1";
-    public static final String SMS_TPL_TYPE_2 = "2";
-
-    /**
-     * 状态(0无效1有效)
-     */
-    public static final String STATUS_0 = "0";
-    public static final String STATUS_1 = "1";
-
-    /**
-     * 状态(0无效1有效)
-     */
-    public static final Integer INT_STATUS_0 = 0;
-    public static final Integer INT_STATUS_1 = 1;
-
-    /**
-     * 同步工作流引擎1同步0不同步
-     */
-    public static final Integer ACT_SYNC_1 = 1;
-    public static final Integer ACT_SYNC_0 = 0;
-
-    /**
-     * 消息类型1:通知公告2:系统消息
-     */
-    public static final String MSG_CATEGORY_1 = "1";
-    public static final String MSG_CATEGORY_2 = "2";
-
-    /**
-     * 是否配置菜单的数据权限 1是0否
-     */
-    public static final Integer RULE_FLAG_0 = 0;
-    public static final Integer RULE_FLAG_1 = 1;
-
-    /**
-     * 是否用户已被冻结 1正常(解冻) 2冻结
-     */
-    public static final Integer USER_UNFREEZE = 1;
-    public static final Integer USER_FREEZE = 2;
-
-    /**
-     * 字典翻译文本后缀
-     */
-    public static final String DICT_TEXT_SUFFIX = "_dictText";
-
-    /**
-     * 表单设计器主表类型
-     */
-    public static final Integer DESIGN_FORM_TYPE_MAIN = 1;
-
-    /**
-     * 表单设计器子表表类型
-     */
-    public static final Integer DESIGN_FORM_TYPE_SUB = 2;
-
-    /**
-     * 表单设计器URL授权通过
-     */
-    public static final Integer DESIGN_FORM_URL_STATUS_PASSED = 1;
-
-    /**
-     * 表单设计器URL授权未通过
-     */
-    public static final Integer DESIGN_FORM_URL_STATUS_NOT_PASSED = 2;
-
-    /**
-     * 表单设计器新增 Flag
-     */
-    public static final String DESIGN_FORM_URL_TYPE_ADD = "add";
-    /**
-     * 表单设计器修改 Flag
-     */
-    public static final String DESIGN_FORM_URL_TYPE_EDIT = "edit";
-    /**
-     * 表单设计器详情 Flag
-     */
-    public static final String DESIGN_FORM_URL_TYPE_DETAIL = "detail";
-    /**
-     * 表单设计器复用数据 Flag
-     */
-    public static final String DESIGN_FORM_URL_TYPE_REUSE = "reuse";
-    /**
-     * 表单设计器编辑 Flag (已弃用)
-     */
-    public static final String DESIGN_FORM_URL_TYPE_VIEW = "view";
-
-    /**
-     * online参数值设置(是:Y, 否:N)
-     */
-    public static final String ONLINE_PARAM_VAL_IS_TURE = "Y";
-    public static final String ONLINE_PARAM_VAL_IS_FALSE = "N";
-
-    /**
-     * 文件上传类型(本地:local,Minio:minio,阿里云:alioss)
-     */
-    public static final String UPLOAD_TYPE_LOCAL = "local";
-    public static final String UPLOAD_TYPE_MINIO = "minio";
-    public static final String UPLOAD_TYPE_OSS = "alioss";
-
-    /**
-     * 文档上传自定义桶名称
-     */
-    public static final String UPLOAD_CUSTOM_BUCKET = "eoafile";
-    /**
-     * 文档上传自定义路径
-     */
-    public static final String UPLOAD_CUSTOM_PATH = "eoafile";
-    /**
-     * 文件外链接有效天数
-     */
-    public static final Integer UPLOAD_EFFECTIVE_DAYS = 1;
-
-    /**
-     * 员工身份 (1:普通员工  2:上级)
-     */
-    public static final Integer USER_IDENTITY_1 = 1;
-    public static final Integer USER_IDENTITY_2 = 2;
-
-    /**
-     * sys_user 表 username 唯一键索引
-     */
-    public static final String SQL_INDEX_UNIQ_SYS_USER_USERNAME = "uniq_sys_user_username";
-    /**
-     * sys_user 表 work_no 唯一键索引
-     */
-    public static final String SQL_INDEX_UNIQ_SYS_USER_WORK_NO = "uniq_sys_user_work_no";
-    /**
-     * sys_user 表 phone 唯一键索引
-     */
-    public static final String SQL_INDEX_UNIQ_SYS_USER_PHONE = "uniq_sys_user_phone";
-    /**
-     * 达梦数据库升提示。违反表[SYS_USER]唯一性约束
-     */
-    public static final String SQL_INDEX_UNIQ_SYS_USER = "唯一性约束";
-
-    /**
-     * sys_user 表 email 唯一键索引
-     */
-    public static final String SQL_INDEX_UNIQ_SYS_USER_EMAIL = "uniq_sys_user_email";
-    /**
-     * sys_quartz_job 表 job_class_name 唯一键索引
-     */
-    public static final String SQL_INDEX_UNIQ_JOB_CLASS_NAME = "uniq_job_class_name";
-    /**
-     * sys_position 表 code 唯一键索引
-     */
-    public static final String SQL_INDEX_UNIQ_CODE = "uniq_code";
-    /**
-     * sys_role 表 code 唯一键索引
-     */
-    public static final String SQL_INDEX_UNIQ_SYS_ROLE_CODE = "uniq_sys_role_role_code";
-    /**
-     * sys_depart 表 code 唯一键索引
-     */
-    public static final String SQL_INDEX_UNIQ_DEPART_ORG_CODE = "uniq_depart_org_code";
-    /**
-     * sys_category 表 code 唯一键索引
-     */
-    public static final String SQL_INDEX_UNIQ_CATEGORY_CODE = "idx_sc_code";
-    /**
-     * 在线聊天 是否为默认分组
-     */
-    public static final String IM_DEFAULT_GROUP = "1";
-    /**
-     * 在线聊天 图片文件保存路径
-     */
-    public static final String IM_UPLOAD_CUSTOM_PATH = "imfile";
-    /**
-     * 在线聊天 用户状态
-     */
-    public static final String IM_STATUS_ONLINE = "online";
-
-    /**
-     * 在线聊天 SOCKET消息类型
-     */
-    public static final String IM_SOCKET_TYPE = "chatMessage";
-
-    /**
-     * 在线聊天 是否开启默认添加好友 1是 0否
-     */
-    public static final String IM_DEFAULT_ADD_FRIEND = "1";
-
-    /**
-     * 在线聊天 用户好友缓存前缀
-     */
-    public static final String IM_PREFIX_USER_FRIEND_CACHE = "sys:cache:im:im_prefix_user_friend_";
-
-    /**
-     * 考勤补卡业务状态 (1:同意  2:不同意)
-     */
-    public static final String SIGN_PATCH_BIZ_STATUS_1 = "1";
-    public static final String SIGN_PATCH_BIZ_STATUS_2 = "2";
-
-    /**
-     * 公文文档上传自定义路径
-     */
-    public static final String UPLOAD_CUSTOM_PATH_OFFICIAL = "officialdoc";
-    /**
-     * 公文文档下载自定义路径
-     */
-    public static final String DOWNLOAD_CUSTOM_PATH_OFFICIAL = "officaldown";
-
-    /**
-     * WPS存储值类别(1 code文号 2 text(WPS模板还是公文发文模板))
-     */
-    public static final String WPS_TYPE_1 = "1";
-    public static final String WPS_TYPE_2 = "2";
-
-
-    public final static String X_ACCESS_TOKEN = "X-Access-Token";
-    public final static String X_SIGN = "X-Sign";
-    public final static String X_TIMESTAMP = "X-TIMESTAMP";
-    public final static String TOKEN_IS_INVALID_MSG = "Token失效,请重新登录!";
-
-    /**
-     * 多租户 请求头
-     */
-    public final static String TENANT_ID = "tenant-id";
-
-    /**
-     * 微服务读取配置文件属性 服务地址
-     */
-    public final static String CLOUD_SERVER_KEY = "spring.cloud.nacos.discovery.server-addr";
-
-    /**
-     * 第三方登录 验证密码/创建用户 都需要设置一个操作码 防止被恶意调用
-     */
-    public final static String THIRD_LOGIN_CODE = "third_login_code";
-
-    /**
-     * 第三方APP同步方向:本地 --> 第三方APP
-     */
-    String THIRD_SYNC_TO_APP = "SYNC_TO_APP";
-    /**
-     * 第三方APP同步方向:第三方APP --> 本地
-     */
-    String THIRD_SYNC_TO_LOCAL = "SYNC_TO_LOCAL";
-
-    /**
-     * 系统通告消息状态:0=未发布
-     */
-    String ANNOUNCEMENT_SEND_STATUS_0 = "0";
-    /**
-     * 系统通告消息状态:1=已发布
-     */
-    String ANNOUNCEMENT_SEND_STATUS_1 = "1";
-    /**
-     * 系统通告消息状态:2=已撤销
-     */
-    String ANNOUNCEMENT_SEND_STATUS_2 = "2";
-
-    /**
-     * ONLINE 报表权限用 从request中获取地址栏后的参数
-     */
-    String ONL_REP_URL_PARAM_STR = "onlRepUrlParamStr";
-
-    /**
-     * POST请求
-     */
-    String HTTP_POST = "POST";
-
-    /**
-     * PUT请求
-     */
-    String HTTP_PUT = "PUT";
-
-    /**
-     * PATCH请求
-     */
-    String HTTP_PATCH = "PATCH";
-
-    /**
-     * 未知的
-     */
-    String UNKNOWN = "unknown";
-
-    /**
-     * 字符串http
-     */
-    String STR_HTTP = "http";
-
-    /**
-     * String 类型的空值
-     */
-    String STRING_NULL = "null";
-
-    /**
-     * java.util.Date 包
-     */
-    String JAVA_UTIL_DATE = "java.util.Date";
-
-    /**
-     * .do
-     */
-    String SPOT_DO = ".do";
-
-
-    /**
-     * 前端vue版本标识
-     */
-    String VERSION = "X-Version";
-
-    /**
-     * 前端vue版本
-     */
-    String VERSION_VUE3 = "vue3";
 }

--
Gitblit v1.9.3