From c005ec7ef2e8a3f0db2a0c23b7ea298b2ead7987 Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期三, 27 八月 2025 16:19:36 +0800 Subject: [PATCH] PC跳转小程序支付 --- ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Shop.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Shop.java b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Shop.java index b0c46e6..ac9e958 100644 --- a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Shop.java +++ b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Shop.java @@ -152,6 +152,8 @@ private String receiverBankChannelNo; + @TableField(exist = false) + private String fullAddress; @TableField(exist = false) private Double distance; -- Gitblit v1.7.1