From ea46f28356e2acb3bc7cc69b9af3c52fab38c0b0 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期四, 18 一月 2024 16:56:47 +0800
Subject: [PATCH] 终止任务功能测试
---
springboot-vue3/src/main/java/com/example/springboot/entity/StorageCage.java | 43 ++++++++++++++++++++++++++-----------------
1 files changed, 26 insertions(+), 17 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 9cb95ce..61a0b59 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,22 +1,23 @@
package com.example.springboot.entity;
-
+//鐞嗙墖绗艰〃
public class StorageCage {
- private Integer id;
- private Integer prcId;
- private String glassId;
- private Integer cage;
- private Integer cell;
- 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 listId;
- private String boxId;
+ private Integer id; //鑷簭id
+ private Integer prcId;//plcid
+ private String glassId;//鐜荤拑id
+ private Integer cage;//绗煎瓙鍙�
+ private Integer cell;//鏍煎瓙鍙�
+ private Double width;//鏍煎瓙瀹�
+ private Double glasswidth;//鐜荤拑瀹�
+ private Double glassheight;//鐜荤拑楂�
+ private Double glasswidthmm;//鑻卞鐜荤拑瀹�
+ private Double glassheightmm;//鑻卞鐜荤拑楂�
+ private String state;//鐘舵��
+ private Integer tier;//鍐呭鐗�
+ private String orderId;//璁㈠崟id
+ private Integer disabled;//鍋滅敤
+ private String listId;//闆嗗悎id
+ private String boxId;//绠卞瓙id
+ private String FrameBarcode;//閾濇id;
private north_glass_buffer1 north_glass_buffer1s;
@@ -169,5 +170,13 @@
public void setBoxno(String boxId) {
this.boxId = boxId;
}
+
+ public String getFrameBarcode() {
+ return FrameBarcode;
+ }
+
+ public void setFrameBarcode(String FrameBarcode) {
+ this.FrameBarcode = FrameBarcode;
+ }
}
--
Gitblit v1.8.0