From a8d31b3d7b6e0d60b8045ace9be49cdfb590696f Mon Sep 17 00:00:00 2001 From: clll <1320612696@qq.com> Date: 星期四, 09 十一月 2023 15:46:37 +0800 Subject: [PATCH] 拉取后对应翻译没了,部分代码报错,修改后提交 --- 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