From 812de271142a39b7c5ead401e1a3ea150d7c31d7 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期一, 18 三月 2024 10:16:54 +0800
Subject: [PATCH] 实体类修改

---
 springboot-vue3/src/main/java/com/example/springboot/mapper/HomeMapper.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/springboot-vue3/src/main/java/com/example/springboot/mapper/HomeMapper.java b/springboot-vue3/src/main/java/com/example/springboot/mapper/HomeMapper.java
index be93c8b..f9c62da 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/mapper/HomeMapper.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/mapper/HomeMapper.java
@@ -3,7 +3,7 @@
 import org.apache.ibatis.annotations.*;
 
 import com.example.springboot.entity.CarPosition;
-import com.example.springboot.entity.Flowcard;
+import com.example.springboot.entity.FlowCard;
 import com.example.springboot.entity.GlassInfo;
 import com.example.springboot.entity.StorageCage;
 import com.example.springboot.entity.StorageTask;
@@ -269,7 +269,7 @@
   void StorageCageAddGlass(String cell, GlassInfo glassInfo);
 
   @Select("select * from flowcard where state!=2")
-  List<Flowcard> SelectOrderTask();
+  List<FlowCard> SelectOrderTask();
 
   @Select("select * from glassinfo where flowcard=#{flowcard} order by mateid,tier")
   List<GlassInfo> SelectOrderView(String flowcard);

--
Gitblit v1.8.0