springboot-vue3/src/main/java/com/example/springboot/entity/Out_slice.java
@@ -8,6 +8,16 @@ private double glassheight; private int state; private String time; private int sequence; private String position; public String getPosition() { return position; } public void setPosition(String position) { this.position = position; } private north_glass_buffer1 north_glass_buffer1s; @@ -98,4 +108,11 @@ this.time = time; } public int getSequence() { return sequence; } public void setSequence(int sequence) { this.sequence = sequence; } }