From 0aa9b026a52b03e4c3ba3e59970e309be58a792b Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期二, 12 十二月 2023 08:32:45 +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, 19 insertions(+), 10 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 c380d66..5ea7bb2 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,15 +1,16 @@
package com.example.springboot.entity;
-
+//鍑虹墖闃熷垪琛�
public class Out_slice {
- private int id;
- private String glassId;
- private String barcode;
- private double glasswidth;
- private double glassheight;
- private int state;
- private String time;
- private int sequence;
- private String position;
+ private int id;//鑷id
+ private String glassId;//鐜荤拑id
+ private String barcode;//閾濇id
+ private double glasswidth;//鐜荤拑瀹�
+ private double glassheight;//鐜荤拑楂�
+ private int state;//鍑虹墖鐘舵��
+ private int flip;//鏄惁缈昏浆
+ private String time;//淇敼鏃堕棿
+ private int sequence;//鍑虹墖椤哄簭
+ private String position;//鐜荤拑鎽嗘斁浣嶇疆
public String getPosition() {
return position;
@@ -52,6 +53,14 @@
this.time = time;
}
+ public int getFlip() {
+ return flip;
+ }
+
+ public void setFlip(int flip) {
+ this.flip = flip;
+ }
+
public int getID() {
return id;
}
--
Gitblit v1.8.0