hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/edgstoragecage/service/EdgStorageCageService.java
@@ -3,6 +3,7 @@ import com.github.yulichang.base.MPJBaseService; import com.mes.edgstoragecage.entity.EdgStorageCage; import com.mes.edgstoragecage.entity.EdgStorageCageDetails; import com.mes.edgstoragecage.entity.vo.EdgSlotRemainVO; import com.mes.edgstoragecage.entity.vo.EdgStorageCageVO; import java.util.List; @@ -62,4 +63,5 @@ */ EdgStorageCage getEdgStorageCageBySize(int deviceId, double width, double height, int slot); void resetSlotRemainWidth(List<EdgSlotRemainVO> edgSlotRemainVOS); }