From 2f78ef164653d5d30732d6e2e3f822a68de63010 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期四, 30 十一月 2023 09:41:39 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes
---
springboot-vue3/src/main/java/com/example/springboot/entity/StorageCage.java | 56 +++++++++++++++++++++++++++++++-------------------------
1 files changed, 31 insertions(+), 25 deletions(-)
diff --git a/springboot-vue3/src/main/java/com/example/springboot/entity/StorageCage.java b/springboot-vue3/src/main/java/com/example/springboot/entity/StorageCage.java
index 30e8ff6..9cb95ce 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/entity/StorageCage.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/entity/StorageCage.java
@@ -1,7 +1,5 @@
package com.example.springboot.entity;
-
-
public class StorageCage {
private Integer id;
private Integer prcId;
@@ -11,20 +9,21 @@
private Double width;
private Double glasswidth;
private Double glassheight;
+ private Double glasswidthmm;
+ private Double glassheightmm;
private String state;
private Integer tier;
private String orderId;
private Integer disabled;
- private String lengthWidth;
- private String listno;
- private String boxno;
+ private String listId;
+ private String boxId;
private north_glass_buffer1 north_glass_buffer1s;
public void setnorth_glass_buffer1s(north_glass_buffer1 north_glass_buffer1s) {
this.north_glass_buffer1s = north_glass_buffer1s;
}
-
+
public north_glass_buffer1 getnorth_glass_buffer1s() {
return north_glass_buffer1s;
}
@@ -34,7 +33,7 @@
public void setout_slice(Out_slice outSlice) {
this.outSlice = outSlice;
}
-
+
public Out_slice getout_slice() {
return outSlice;
}
@@ -50,6 +49,7 @@
public Integer getId() {
return id;
}
+
public Integer getPrcId() {
return prcId;
}
@@ -57,7 +57,6 @@
public void setPrcId(Integer prcId) {
this.prcId = prcId;
}
-
public String getGlassId() {
return glassId;
@@ -131,6 +130,22 @@
this.glassheight = glassheight;
}
+ public Double getGlassWidthMm() {
+ return glasswidthmm;
+ }
+
+ public void setGlassWidthMm(Double glasswidthmm) {
+ this.glasswidthmm = glasswidthmm;
+ }
+
+ public Double getGlassHeightMm() {
+ return glassheightmm;
+ }
+
+ public void setGlassHeightMm(Double glassheightmm) {
+ this.glassheightmm = glassheightmm;
+ }
+
public Integer getDisabled() {
return disabled;
}
@@ -139,29 +154,20 @@
this.disabled = disabled;
}
- public String getLengthWidth() {
- return lengthWidth;
+ public String getListId() {
+ return listId;
}
- public void setLengthWidth(String lengthWidth) {
- this.lengthWidth = lengthWidth;
+ public void setListno(String listId) {
+ this.listId = listId;
}
- public String getListno() {
- return listno;
+ public String getBoxId() {
+ return boxId;
}
- public void setListno(String listno) {
- this.listno = listno;
+ public void setBoxno(String boxId) {
+ this.boxId = boxId;
}
- public String getBoxno() {
- return boxno;
- }
-
- public void setBoxno(String boxno) {
- this.boxno = boxno;
- }
-
-
}
--
Gitblit v1.8.0