ZengTao
2024-05-10 09fe50d59e2f1e2261d376eb49ad6c40301f25b4
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;
    }
}