From 3614b4f694d9d40708df6477d56a40b9311ad48a Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期三, 31 一月 2024 14:50:17 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes

---
 springboot-vue3/src/main/java/com/example/springboot/entity/Out_slice.java |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 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 51c5233..4fb2421 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
@@ -1,4 +1,5 @@
 package com.example.springboot.entity;
+
 //鍑虹墖闃熷垪琛�
 public class Out_slice {
     private int id;//鑷id
@@ -16,6 +17,9 @@
     private String boxId;//绠卞瓙id
     private double glasswidthmm;//鐜荤拑瀹絤m
     private double glassheightmm;//鐜荤拑楂榤m
+    private int framestate;//閾濇鐘舵��
+    private double framewidthmm;
+    private double frameheightmm;
 
     public String getPosition() {
         return position;
@@ -168,4 +172,29 @@
     public void setBoxno(String boxId) {
         this.boxId = boxId;
     }
+    
+    public int getFrameState() {
+        return framestate;
+    }
+
+    public void SetFrameState(int framestate) {
+        this.framestate = framestate;
+    }
+
+    public double getFrameWidthMm() {
+        return framewidthmm;
+    }
+
+    public void setFrameWidthMm(double framewidthmm) {
+        this.framewidthmm = framewidthmm;
+    }
+
+    public double getFrameHeightMm() {
+        return frameheightmm;
+    }
+
+    public void setFrameHeightMm(double frameheightmm) {
+        this.frameheightmm = frameheightmm;
+    }
+
 }

--
Gitblit v1.8.0