ZengTao
2023-12-04 1479f77b88e355ce2c7c073458d919c8e06baa18
springboot-vue3/src/main/java/com/example/springboot/entity/Glass.java
@@ -2,10 +2,10 @@
public class Glass {
  private Integer id;
  private String orderId;
  private double width;
  private double height;
  private String glassId;
  private String orderId;//订单id
  private double width;//宽度
  private double height;//高度
  private String glassId;//玻璃id
  public Integer id() {
    return id;