From 7ba23e6e4870465855d80d026cf31490e0f8d427 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期一, 22 九月 2025 11:20:47 +0800
Subject: [PATCH] 中空一线、二线。三线页面改造

---
 hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/service/HollowGlassRelationInfoService.java |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/service/HollowGlassRelationInfoService.java b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/service/HollowGlassRelationInfoService.java
index c1f2395..4090163 100644
--- a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/service/HollowGlassRelationInfoService.java
+++ b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/service/HollowGlassRelationInfoService.java
@@ -1,7 +1,7 @@
 package com.mes.hollow.service;
 
 import com.baomidou.mybatisplus.extension.service.IService;
-import com.mes.common.config.ConstSysConfig;
+import com.mes.damage.entity.request.DamageRequest;
 import com.mes.hollow.entity.HollowGlassRelationInfo;
 import com.mes.hollow.entity.dto.FlowCardGlassInfoDTO;
 import com.mes.hollow.entity.dto.HollowBigStorageDTO;
@@ -24,7 +24,7 @@
      *
      * @return
      */
-    HollowBigStorageDTO queryHollowTargetSlot(String flowCardId, double width, double height, int totalLayer, int layer);
+    HollowBigStorageDTO queryHollowTargetSlot(String flowCardId, Integer glassType, double width, double height, int totalLayer, int layer);
 
     /**
      * 鐢熸垚涓┖鐜荤拑淇℃伅
@@ -43,10 +43,12 @@
 
     /**
      * 鎸夌収鍘氬害鑾峰彇鐜荤拑闂撮殭
+     *
      * @param thickness
      * @return
      */
     Integer getGlassGapByThickness(Double thickness);
 
+    Boolean hollowBigStorageGlassDamage(DamageRequest request);
 }
 

--
Gitblit v1.8.0