hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/java/com/mes/bigstorage/service/BigStorageCageDetailsService.java
@@ -98,4 +98,11 @@
     * @param slotList
     */
    void updateDeviceIdBySlot(List<Integer> slotList);
    /**
     * 按照工程信息及钢化id(炉号)获取实际笼内的玻璃信息
     * @param bigStorageQueryVO
     * @return
     */
    List<BigStorageCageDetails> queryRealGlassInfo(BigStorageQueryVO bigStorageQueryVO);
}