ZengTao
2024-05-09 63574bf6cf94613385cb8d0e2c2beb1829f644b5
springboot-vue3/src/main/java/com/example/springboot/entity/Out_slice.java
@@ -20,6 +20,7 @@
    private int framestate;//铝框状态
    private double framewidthmm;
    private double frameheightmm;
    private String cell;//格子号
    public String getPosition() {
        return position;
@@ -197,4 +198,12 @@
        this.frameheightmm = frameheightmm;
    }
    public String getCell() {
        return cell;
    }
    public void setCell(String cell) {
        this.cell = cell;
    }
}