hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/edgstoragecage/mapper/EdgStorageCageMapper.java
@@ -2,7 +2,10 @@ import com.github.yulichang.base.MPJBaseMapper; import com.mes.edgstoragecage.entity.EdgStorageCage; import com.mes.edgstoragecage.entity.vo.EdgSlotRemainVO; import org.apache.ibatis.annotations.Param; import java.util.List; /** * <p> @@ -24,4 +27,6 @@ * @return */ EdgStorageCage getEdgStorageCageBySize(@Param("deviceId") int deviceId, @Param("width") double width, @Param("height") double height, @Param("slot") int slot); void resetSlotRemainWidth(@Param("list") List<EdgSlotRemainVO> list); }