From c684729c17bb02ab968cdc2fceae74dacaa9593f Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期三, 06 十二月 2023 16:53:28 +0800 Subject: [PATCH] 增加 急停后中止/继续选择 --- springboot-vue3/src/main/resources/config.properties | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/springboot-vue3/src/main/resources/config.properties b/springboot-vue3/src/main/resources/config.properties index 41ceb42..88d0181 100644 --- a/springboot-vue3/src/main/resources/config.properties +++ b/springboot-vue3/src/main/resources/config.properties @@ -31,4 +31,22 @@ A02Bstart=DB101.11.1 #A01start A01Bstart=DB101.11.0 -#------------------------------------------------------------ \ No newline at end of file +#abort/resumeTasks +abortresumeTasks=DB101.10.4 +#------------------------------------------------------------ + + +#A02start +mlp.A02start=DB101.2.3 +#A01start +mlp.A01start=DB101.2.2 +#A02start +mlp.B02start=DB101.2.5 +#A01start +mlp.B01start=DB101.2.4 + +#-------------------------- +#A02start +mlp2.A02start=DB101.2.1 +#A01start +mlp2.A01start=DB101.2.0 -- Gitblit v1.8.0