From 36b0739f8c02ff2460fb3806ab1dabe3fde41f0b Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期二, 24 十月 2023 18:49:18 +0800
Subject: [PATCH] 运营商添加bug修改
---
cloud-server-other/src/main/java/com/dsh/other/entity/SiteBooking.java | 4 ++++
1 files changed, 4 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 f5527a8..1890dd3 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
@@ -176,4 +176,8 @@
private String halfName;
@TableField("goType")
private Integer goType;
+ @TableField("money")
+ private String money;
+ @TableField(exist = false)
+ private String storePhone;
}
--
Gitblit v1.7.1