wu
2024-01-17 89f70f154bf778afb0d5b45455f1a0929aec4817
springboot-vue3/src/main/java/com/example/springboot/entity/Glass.java
@@ -1,7 +1,7 @@
package com.example.springboot.entity;
//玻璃信息表
public class Glass {
  private Integer id;
  private Integer id;//自增id
  private String orderId;//订单id
  private double width;//宽度
  private double height;//高度