zhoushihao
2024-12-23 eae89f75a208938dba8787a73f68a8ae2e44e165
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;
}