wu
2024-03-11 8a8a404516c6ab5a9b9012b148cbc83b78020a65
springboot-vue3/src/main/java/com/example/springboot/entity/StorageCage.java
@@ -63,11 +63,11 @@
    /**
     * 编号
     */
    private String listId;
    private String thickness;
    /**
     * 箱子号
     */
    private String boxId;
    private String films;
    /**
     * 状态(0:无玻璃,1:有玻璃,2:进片中,3:出片中,4:调度中)
     */
@@ -85,4 +85,4 @@
     */
    private Integer number;
}
}