严智鑫
2024-03-18 331e7fc1b8f332ccecb8e9af59a826d6ae80ba10
springboot-vue3/src/main/java/com/example/springboot/entity/GlassInfo.java
@@ -8,17 +8,17 @@
@Data
@TableName("`glassinfo`")
public class glassinfo {
public class GlassInfo {
  private Integer id;// 自增id
  private String flowcard;// 流程卡id
  private Integer glasstype;// 玻璃类型
  private Integer mateid;// 配片id
  private Integer glassid;// 玻璃id
  private String glassid;// 玻璃id
  private Integer tier;// 层
  private String films;// 膜系
  private Double width;// 宽
  private Double height;// 高
  private String thickness;// 厚
  private Double thickness;// 厚
  private Integer number;// 数量
  private Integer finishnumber;// 完成数量