From f2ea663c986c5309a6b1d3f283c13bd312ecbed7 Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期三, 17 七月 2024 13:52:17 +0800 Subject: [PATCH] 图片测试 --- hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java index fc7e13f..b2a6af1 100644 --- a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java +++ b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java @@ -1,7 +1,8 @@ package com.mes.glassinfo.service; -import com.mes.glassinfo.entity.GlassInfo; import com.github.yulichang.base.MPJBaseService; +import com.mes.glassinfo.entity.GlassInfo; + import java.util.List; import java.util.Map; @@ -24,11 +25,10 @@ */ void saveGlassInfo(List<GlassInfo> glassinfo); - int getGlassInfoCountByFlowCardId(String flowCardId,int layer); + int getGlassInfoCountByFlowCardId(String flowCardId, int layer); /** - * @return - * 鏌ヨ鎵�鏈夊伐绋嬬姸鎬佷笉涓�300涓嶅悓娴佺▼鍗″彿 + * @return 鏌ヨ鎵�鏈夊伐绋嬬姸鎬佷笉涓�300涓嶅悓娴佺▼鍗″彿 */ List<Map<String, Object>> getFlowCardId(); -- Gitblit v1.8.0