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; } }