| | |
| | | package com.mes.hollow.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.mes.common.config.ConstSysConfig; |
| | | import com.mes.hollow.entity.HollowGlassRelationInfo; |
| | | import com.mes.hollow.entity.dto.FlowCardGlassInfoDTO; |
| | | import com.mes.hollow.entity.dto.HollowBigStorageDTO; |
| | |
| | | int queryLayerByFlowCardId(String flowCardId); |
| | | // List<LackDetailsDTO> queryLackByFlowCard(String flowCardId); |
| | | |
| | | |
| | | /** |
| | | * 按照厚度获取玻璃间隙 |
| | | * @param thickness |
| | | * @return |
| | | */ |
| | | Integer getGlassGapByThickness(Double thickness); |
| | | |
| | | } |
| | | |