From 094a9290c836827bc1f45fd3549e7cd2ea1e1e45 Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期二, 07 十一月 2023 09:45:36 +0800 Subject: [PATCH] Merge branch 'master' of http://117.34.109.166:18448/r/mdc_430 into develop --- lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/constant/MdcConstant.java | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 54 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 new file mode 100644 index 0000000..231bbd5 --- /dev/null +++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/constant/MdcConstant.java @@ -0,0 +1,54 @@ +package org.jeecg.modules.mdc.constant; + +/** + * @author Lius + * @date 2023/11/1 16:05 + */ +public class MdcConstant { + + /** + * 鏁呴殰鍋滄満 + */ + public static final String BREAKDOWN_DOWN = "鏁呴殰鍋滄満"; + + /** + * 鎹㈠瀷璋冭瘯 + */ + public static final String CONVERSION_DEBUG = "鎹㈠瀷璋冭瘯"; + + /** + * 鐗╂枡鐭己 + */ + public static final String MATERIAL_SHORTAGE = "鐗╂枡鐭己"; + + /** + * 璁″垝绛変换鍔� + */ + public static final String PLANNED_TASK = "璁″垝绛変换鍔�"; + + /** + * 妫�楠� + */ + public static final String INSPECT = "妫�楠�"; + + /** + * 鍏跺畠 + */ + public static final String OTHER = "鍏跺畠"; + + /** + * 璁″垝淇濆吇 + */ + public static final String PLANNED_MAINTENANCE = "鏃ヤ繚,鍛ㄤ繚"; + + /** + * 浼氳鍩硅 + */ + public static final String CONFERENCE_TRAINING = "OPL鍩硅,鐝墠浼�"; + + /** + * 鍏朵粬浼戞伅 + */ + public static final String OTHER_REST = "浼戞伅鐢ㄩ,棰勯槻鎬х淮淇�"; + +} -- Gitblit v1.9.3