ZengTao
2025-11-05 7d8cd9d28e97ea54ab4c76dbe37fd910f6d279c5
hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/java/com/mes/bigstorage/entity/vo/BigStorageDetailsQueryVO.java
@@ -21,20 +21,20 @@
     * 膜系
     */
    private String filmsId;
    /**
     *最小宽度
     */
    private Integer minWidth;
    /**
     *最大宽度
     */
    private Integer maxWidth;
    /**
     *最小高度
     */
    private Integer minHeight;
    /**
     *最大高度
     */
    private Integer maxHeight;
//    /**
//     *最小宽度
//     */
//    private Integer minWidth;
//    /**
//     *最大宽度
//     */
//    private Integer maxWidth;
//    /**
//     *最小高度
//     */
//    private Integer minHeight;
//    /**
//     *最大高度
//     */
//    private Integer maxHeight;
}