wuyouming666
2023-12-04 ef0a11243f8ccf842e7298ae11f028afee019e4c
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;