| | |
| | | import com.mes.hollow.entity.dto.FlowCardGlassInfoDTO; |
| | | import com.mes.hollow.entity.dto.HollowBigStorageDTO; |
| | | import com.mes.hollow.entity.dto.LackDetailsDTO; |
| | | import com.mes.hollow.entity.dto.OrderDetailsDTO; |
| | | import com.mes.hollow.entity.vo.HollowAllFlowCardVO; |
| | | import com.mes.hollow.entity.vo.HollowBigStorageDetailsQueryVO; |
| | | |
| | |
| | | Integer getGlassGapByThickness(Double thickness); |
| | | |
| | | Boolean hollowBigStorageGlassDamage(DamageRequest request); |
| | | |
| | | OrderDetailsDTO queryProductNameByFlowCardId(String flowCardId, String productName, String customerName); |
| | | } |
| | | |