springboot-vue3/src/main/java/com/example/springboot/entity/GlassInfo.java
@@ -1,6 +1,5 @@ package com.example.springboot.entity; import java.util.Date; import com.baomidou.mybatisplus.annotation.TableName; @@ -21,5 +20,4 @@ private Double thickness;// 厚 private Integer number;// 数量 private Integer finishnumber;// 完成数量 }