From d0f024586f38a11662787c42b84e037a1c1be6cd Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期二, 17 六月 2025 09:06:30 +0800 Subject: [PATCH] 设备故障率、设备去除故障时间利用率算法 --- lxzn-module-system/lxzn-system-start/src/main/resources/jeecg/jeecg_config.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lxzn-module-system/lxzn-system-start/src/main/resources/jeecg/jeecg_config.properties b/lxzn-module-system/lxzn-system-start/src/main/resources/jeecg/jeecg_config.properties index 6a9d602..07aa3da 100644 --- a/lxzn-module-system/lxzn-system-start/src/main/resources/jeecg/jeecg_config.properties +++ b/lxzn-module-system/lxzn-system-start/src/main/resources/jeecg/jeecg_config.properties @@ -1,7 +1,7 @@ #code_generate_project_path -project_path=F:\\java_workspace +project_path=D:\\java_workspace #bussi_package[User defined] -bussi_package=org.jeecg.modules.mdc +bussi_package=org.jeecg.modules #default code path -- Gitblit v1.9.3