springboot-vue3/src/main/java/com/example/springboot/entity/Queue.java
@@ -10,10 +10,10 @@
    private double glassheight;//玻璃高
    private double glasswidthmm;//玻璃宽英制
    private double glassheightmm;//玻璃高英制
    private int type;//类型
    private int glasstype;//类型
    private int state;//状态
    private String time;//修改时间
    private int mateid;//配片id
    public int getid() {
        return id;
    }
@@ -86,12 +86,12 @@
        this.glassheightmm = glassheightmm;
    }
    public int gettype() {
        return type;
    public int getglasstype() {
        return glasstype;
    }
    public void settype(int type) {
        this.type = type;
    public void setglasstype(int glasstype) {
        this.glasstype = glasstype;
    }
    public int getstate() {
@@ -110,4 +110,12 @@
        this.time = time;
    }
    public int getmateid() {
        return mateid;
    }
    public void setmateid(int mateid) {
        this.mateid = mateid;
    }
}