From 3e1535adce3ed73a3e47ff91199d4bfe8a7afcbc Mon Sep 17 00:00:00 2001 From: wany <13995595726@qq.com> Date: Thu, 25 Jul 2024 15:07:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B8=E5=9E=8B=E5=B9=B4=E9=99=8D=E9=9B=A8?= =?UTF-8?q?=E8=B5=84=E6=96=99=E4=B8=8B=E6=8B=89=E6=9F=A5=E8=AF=A2=EF=BC=9B?= =?UTF-8?q?=E9=A2=84=E8=AE=A1=E5=8F=AF=E4=BE=9B=E6=B0=B4=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E8=AE=A1=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/gunshi/project/xyt/service/GateValveRealService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/gunshi/project/xyt/service/GateValveRealService.java b/src/main/java/com/gunshi/project/xyt/service/GateValveRealService.java index c0cc889..fd718d7 100644 --- a/src/main/java/com/gunshi/project/xyt/service/GateValveRealService.java +++ b/src/main/java/com/gunshi/project/xyt/service/GateValveRealService.java @@ -40,10 +40,10 @@ import java.util.*; public class GateValveRealService extends ServiceImpl { @Resource - private GateValveKeyAutoDao gateValveKeyAutoDao; + private com.gunshi.project.xyt.model.GateValveKeyAutoDao gateValveKeyAutoDao; @Resource - private GateValveOplogAutoDao gateValveOplogAutoDao; + private com.gunshi.project.xyt.model.GateValveOplogAutoDao gateValveOplogAutoDao; @Resource private ReservoirWaterService reservoirWaterService;