From 1a93bcc9c4626939b755abcc9b62432f27173398 Mon Sep 17 00:00:00 2001 From: wu <731351411@qq.com> Date: 星期一, 18 三月 2024 13:42:42 +0800 Subject: [PATCH] 更新 --- springboot-vue3/src/main/java/com/example/springboot/entity/FlowCard.java | 3 +-- 1 files changed, 1 insertions(+), 2 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 525d3e4..fbb9979 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 @@ -5,12 +5,11 @@ import com.baomidou.mybatisplus.annotation.TableName; -import cn.hutool.core.date.DateTime; import lombok.Data; @Data @TableName("`flowcard`") -public class Flowcard { +public class FlowCard { private Integer id;// 鑷id private String flowcard;// 娴佺▼鍗d private Integer number;// 鐜荤拑鏁伴噺 -- Gitblit v1.8.0