zhoushihao
2025-08-18 a4a795a986b009779f09e9a825c0099aa0bacbb8
hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/service/HollowGlassRelationInfoService.java
@@ -23,7 +23,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);
    /**
     * 生成中空玻璃信息
@@ -39,5 +39,14 @@
    int queryLayerByFlowCardId(String flowCardId);
//    List<LackDetailsDTO> queryLackByFlowCard(String flowCardId);
    /**
     * 按照厚度获取玻璃间隙
     *
     * @param thickness
     * @return
     */
    Integer getGlassGapByThickness(Double thickness);
}