wu
2023-12-04 4c70d9f0656bbec48fa619f2ec9aa0ee12fca2c1
springboot-vue3/src/main/java/com/example/springboot/entity/Out_slice.java
@@ -2,12 +2,12 @@
 
public class Out_slice {
    private int id;
    private String glassId;
    private String barcode;
    private double glasswidth;
    private double glassheight;
    private int state;
    private String time;
    private String glassId;//玻璃id
    private String barcode;//铝框id
    private double glasswidth;//玻璃宽
    private double glassheight;//玻璃高
    private int state;//状态
    private String time;//时间
 
    private north_glass_buffer1 north_glass_buffer1s;