From 5d70dcef9c9b4f7eb1cd092dcc4f4b8b802c5d30 Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期三, 17 四月 2024 10:53:38 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes --- hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/glassinfo/service/GlassInfoService.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/glassinfo/service/GlassInfoService.java b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/glassinfo/service/GlassInfoService.java index e80dff3..678e9a2 100644 --- a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/glassinfo/service/GlassInfoService.java +++ b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/glassinfo/service/GlassInfoService.java @@ -3,6 +3,8 @@ import com.baomidou.mybatisplus.extension.service.IService; import com.mes.glassinfo.entity.GlassInfo; +import java.util.List; + /** * <p> * 鏈嶅姟绫� @@ -13,4 +15,7 @@ */ public interface GlassInfoService extends IService<GlassInfo> { + public List<GlassInfo> selectAll(); + public List<GlassInfo> selectId(String glassId); + public List<GlassInfo> selectFlowcardId(String flowcard_id); } -- Gitblit v1.8.0