From ab458edbd053107077ae95acaca214ffb1d37828 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期一, 27 十一月 2023 09:20:29 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes
---
springboot-vue3/src/main/java/com/example/springboot/entity/Glass.java | 89 ++++++++++++++++++++++----------------------
1 files changed, 45 insertions(+), 44 deletions(-)
diff --git a/springboot-vue3/src/main/java/com/example/springboot/entity/Glass.java b/springboot-vue3/src/main/java/com/example/springboot/entity/Glass.java
index f66d895..1e448ec 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/entity/Glass.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/entity/Glass.java
@@ -1,57 +1,58 @@
package com.example.springboot.entity;
-public class Glass{
- private Integer id;
- private String orderId;
- private double width;
- private double height;
- private String glassId;
-
-
+public class Glass {
+ private Integer id;
+ private String orderId;
+ private double width;
+ private double height;
+ private String glassId;
- public Integer id() {
- return id;
- }
- public void setId(Integer id) {
- this.id = id;
- }
- public Integer getId() {
- return id;
- }
+ public Integer id() {
+ return id;
+ }
- public String getOrderId() {
- return orderId;
- }
+ public void setId(Integer id) {
+ this.id = id;
+ }
- public void setOrderId(String orderId) {
- this.orderId = orderId;
- }
-
- public double getwidth() {
- return width;
- }
+ public Integer getId() {
+ return id;
+ }
- public void setHeight(double height) {
- this.height = height;
- }
+ public String getOrderId() {
+ return orderId;
+ }
- public double getHeight() {
- return height;
- }
+ public void setOrderId(String orderId) {
+ this.orderId = orderId;
+ }
- public void setWidth(double width) {
- this.width = width;
- }
+ public double getwidth() {
+ return width;
+ }
- public String getGlassId() {
- return glassId;
- }
+ public void setHeight(double height) {
+ this.height = height;
+ }
- public void setGlassId(String glassId) {
- this.glassId = glassId;
- }
+ public double getHeight() {
+ return height;
+ }
-
-
+ public void setWidth(double width) {
+ this.width = width;
+ }
+
+ public void getWidth(double width) {
+ this.width = width;
+ }
+
+ public String getGlassId() {
+ return glassId;
+ }
+
+ public void setGlassId(String glassId) {
+ this.glassId = glassId;
+ }
}
\ No newline at end of file
--
Gitblit v1.8.0