From 328f9b1f7a046378ef5d8f2b8337770fff372cc7 Mon Sep 17 00:00:00 2001 From: wu <731351411@qq.com> Date: 星期六, 26 十月 2024 19:12:07 +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