From 5780c58879296cfced72012c8831c1d3cf4dafb2 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期四, 14 十一月 2024 00:33:13 +0800
Subject: [PATCH] 增加任务队列 任务日志,客户名称字段

---
 springboot-vue3/src/main/java/com/example/springboot/entity/StorageCage.java |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 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 08784f7..f9d7311 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
@@ -61,13 +61,13 @@
      */
     private Double glassHeightMm;
     /**
-     * 缂栧彿
+     * 鍘氬害
      */
-    private String listId;
+    private Integer thickness;
     /**
-     * 绠卞瓙鍙�
+     * 鑶滅郴
      */
-    private String boxId;
+    private String films;
     /**
      * 鐘舵�侊紙0锛氭棤鐜荤拑锛�1锛氭湁鐜荤拑锛�2锛氳繘鐗囦腑锛�3锛氬嚭鐗囦腑锛�4锛氳皟搴︿腑锛�
      */
@@ -84,5 +84,13 @@
      * 鐜荤拑鏁伴噺
      */
     private Integer number;
+    /**
+     * 閰嶇墖ID
+     */
+    private Integer mateid;
+    /**
+     * 瀹㈡埛鍚嶇О
+     */
+    private String customer;
 
-}
\ No newline at end of file
+}

--
Gitblit v1.8.0