From f4a9924f1d945978ac264786b7e008b2985d42b5 Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期一, 18 三月 2024 10:22:19 +0800 Subject: [PATCH] 添加完成任务方法 --- springboot-vue3/src/main/java/com/example/springboot/entity/StorageCage.java | 10 +++++----- 1 files changed, 5 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..628afd0 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锛氳皟搴︿腑锛� */ @@ -85,4 +85,4 @@ */ private Integer number; -} \ No newline at end of file +} -- Gitblit v1.8.0