| | |
| | | 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; |
| | |
| | | * |
| | | * @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); |
| | | |
| | | /** |
| | | * 生成中空玻璃信息 |
| | |
| | | |
| | | /** |
| | | * 按照厚度获取玻璃间隙 |
| | | * |
| | | * @param thickness |
| | | * @return |
| | | */ |
| | | Integer getGlassGapByThickness(Double thickness); |
| | | |
| | | Boolean hollowBigStorageGlassDamage(DamageRequest request); |
| | | } |
| | | |