From 1292cf73f7db223f35ab450eabeeedbf8802eb5a Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期四, 14 三月 2024 09:35:32 +0800 Subject: [PATCH] 首页设备状态计数接口 --- lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/constant/MdcConstant.java | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 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..68fcaae 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,36 @@ */ 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; + } -- Gitblit v1.9.3