From e030255c23c7ba3e2cbad1036a810d6d72fa864f Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期四, 26 十月 2023 18:04:58 +0800 Subject: [PATCH] 修改bug --- cloud-server-other/src/main/java/com/dsh/other/entity/SiteBooking.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/other/entity/SiteBooking.java b/cloud-server-other/src/main/java/com/dsh/other/entity/SiteBooking.java index 1890dd3..ab1717b 100644 --- a/cloud-server-other/src/main/java/com/dsh/other/entity/SiteBooking.java +++ b/cloud-server-other/src/main/java/com/dsh/other/entity/SiteBooking.java @@ -9,6 +9,7 @@ import lombok.Data; import java.util.Date; +import java.util.List; /** * @author zhibing.pu @@ -180,4 +181,8 @@ private String money; @TableField(exist = false) private String storePhone; + @TableField(exist = false) + private List<Integer> sid; + @TableField(exist = false) + private List<Integer> rid; } -- Gitblit v1.7.1