From 2a430109d582eec9fb08be388828080cdaf1b2cd Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期四, 21 十二月 2023 16:46:58 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes --- springboot-vue3/src/main/java/com/example/springboot/component/PlcParameter2.java | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/PlcParameter2.java b/springboot-vue3/src/main/java/com/example/springboot/component/PlcParameter2.java index cf447b0..8054729 100644 --- a/springboot-vue3/src/main/java/com/example/springboot/component/PlcParameter2.java +++ b/springboot-vue3/src/main/java/com/example/springboot/component/PlcParameter2.java @@ -3,7 +3,10 @@ import cn.hutool.json.JSONArray; import cn.hutool.json.JSONObject; import com.example.springboot.controller.HomeController; +import com.example.springboot.mapper.HomeMapper; import org.apache.commons.io.FileUtils; +import org.springframework.beans.factory.annotation.Autowired; +import com.example.springboot.service.StorageCageService; import java.io.*; import java.util.ArrayList; @@ -12,7 +15,14 @@ import java.util.List; + + + + public class PlcParameter2 extends Thread { + @Autowired + StorageCageService StorageCageService ; + // 鐢ㄤ簬瀛樺偍搴旂敤绋嬪簭鐨勯厤缃俊鎭� private Configuration config; -- Gitblit v1.8.0