zhoushihao
3 天以前 4e3b8155722b66e25df3c6fd42cc586b68dea391
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;
}