From 01bfed8b9977f82d4e13afd9ce95869d34044d2b Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期日, 31 三月 2024 13:23:47 +0800 Subject: [PATCH] 修改玻璃id命名规则,添加领取任务线路选择 --- springboot-vue3/src/main/java/com/example/springboot/entity/FlowCard.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/springboot-vue3/src/main/java/com/example/springboot/entity/FlowCard.java b/springboot-vue3/src/main/java/com/example/springboot/entity/FlowCard.java index fbb9979..5e62d7f 100644 --- a/springboot-vue3/src/main/java/com/example/springboot/entity/FlowCard.java +++ b/springboot-vue3/src/main/java/com/example/springboot/entity/FlowCard.java @@ -17,6 +17,7 @@ private Integer state;// 鐘舵�� private Integer method;// 鍑虹墖鏂瑰紡 private Date starttime;// 浠诲姟棰嗗彇鏃堕棿 + public List<GlassInfo> glassinfo;// 鐜荤拑淇℃伅 -- Gitblit v1.8.0