hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/glassinfo/service/GlassInfoService.java
@@ -7,7 +7,7 @@ /** * <p> * 服务类 * 服务类 * </p> * * @author zhoush @@ -16,6 +16,8 @@ public interface GlassInfoService extends IService<GlassInfo> { public List<GlassInfo> selectAll(); public List<GlassInfo> selectId(String glassId); public List<GlassInfo> selectFlowcardId(String flowcard_id); }