ZengTao
2024-01-18 ea46f28356e2acb3bc7cc69b9af3c52fab38c0b0
springboot-vue3/src/main/java/com/example/springboot/entity/Glass.java
@@ -1,11 +1,11 @@
package com.example.springboot.entity;
//玻璃信息表
public class Glass {
  private Integer id;
  private String orderId;
  private double width;
  private double height;
  private String glassId;
  private Integer id;//自增id
  private String orderId;//订单id
  private double width;//宽度
  private double height;//高度
  private String glassId;//玻璃id
  public Integer id() {
    return id;