From ed48aa9f30a87c528f071d06bf6b59d7d15428e9 Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期一, 26 五月 2025 16:12:55 +0800 Subject: [PATCH] 点检报表后端 --- lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/constant/MdcConstant.java | 37 +++++++++++++++++++++++++++++++++++++ 1 files changed, 37 insertions(+), 0 deletions(-) diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/constant/MdcConstant.java b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/constant/MdcConstant.java index 231bbd5..7409866 100644 --- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/constant/MdcConstant.java +++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/constant/MdcConstant.java @@ -51,4 +51,41 @@ */ public static final String OTHER_REST = "浼戞伅鐢ㄩ,棰勯槻鎬х淮淇�"; + public static final String DAY = "澶�"; + + public static final String WEEK = "鍛�"; + + public static final String MONTH = "鏈�"; + + /** + * 璁惧绠$悊鍛� + */ + public static final String MDC_EQUIPMENT_MANAGER = "mdcEquipmentManager"; + + /** + * 璁惧瓒呯骇绠$悊鍛� + */ + public static final String MDC_EQUIPMENT_SUPER_MANAGER = "mdcEquipmentSuperManager"; + + /** + * 娑堟伅鐘舵�侊紙0寰呭鐞嗭紝1寰呯‘璁�, 2宸茬‘璁わ紝3宸叉嫆缁濓級 + */ + public static final String MSG_STATUS_0 = "0"; + public static final String MSG_STATUS_1 = "1"; + public static final String MSG_STATUS_2 = "2"; + public static final String MSG_STATUS_3 = "3"; + + /** + * 鐢ㄦ埛绫诲瀷(1 鏅�氭垚鍛� 2 宸ユ 3 杞﹂棿 4 鍏徃锛� + */ + public static final Integer USER_TYPE_1 = 1; + public static final Integer USER_TYPE_2 = 2; + public static final Integer USER_TYPE_3 = 3; + public static final Integer USER_TYPE_4 = 4; + + /** + * 涓插彛璁惧绫诲瀷 + */ + public static final String SERIA_TYPE = "seria_equipment_type"; + } -- Gitblit v1.9.3