wuyouming666
2024-01-16 f49de44b69924fc3c4dfea159b13a412983b8f93
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;//高度