From 81826e66f68a37486516ee93c4e11d92a00c3fb6 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期四, 21 十二月 2023 14:43:21 +0800
Subject: [PATCH] 增加清除id调用终止出片任务

---
 springboot-vue3/src/main/java/com/example/springboot/entity/Out_slice.java |   44 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/springboot-vue3/src/main/java/com/example/springboot/entity/Out_slice.java b/springboot-vue3/src/main/java/com/example/springboot/entity/Out_slice.java
index 5ea7bb2..51c5233 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/entity/Out_slice.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/entity/Out_slice.java
@@ -11,6 +11,11 @@
     private String time;//淇敼鏃堕棿
     private int sequence;//鍑虹墖椤哄簭
     private String position;//鐜荤拑鎽嗘斁浣嶇疆
+    private String orderId;//鐜荤拑id
+    private String listId;//闆嗗悎id
+    private String boxId;//绠卞瓙id
+    private double glasswidthmm;//鐜荤拑瀹絤m
+    private double glassheightmm;//鐜荤拑楂榤m
 
     public String getPosition() {
         return position;
@@ -124,4 +129,43 @@
     public void setSequence(int sequence) {
         this.sequence = sequence;
     }
+
+    public String getOrderId() {
+        return orderId;
+    }
+
+    public void setOrderId(String orderId) {
+        this.orderId = orderId;
+    }
+
+    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 String getListId() {
+        return listId;
+    }
+
+    public void setListno(String listId) {
+        this.listId = listId;
+    }
+
+    public String getBoxId() {
+        return boxId;
+    }
+
+    public void setBoxno(String boxId) {
+        this.boxId = boxId;
+    }
 }

--
Gitblit v1.8.0