From 2e6518a9751ec5a0a6ea93457b144b66d734b724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E5=87=AF=E5=87=AF?= Date: Thu, 26 Sep 2024 17:10:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA=E7=AE=A1=E7=90=86-=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E5=88=97=E8=A1=A8>=E4=B8=89=E6=96=B9=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=9A=E6=96=B0=E5=A2=9E=E6=94=AF=E4=BB=98=E5=AE=9D?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8Fappid=E5=BD=95=E5=85=A5=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/cn/ysk/cashier/pojo/shop/TbMerchantThirdApply.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbMerchantThirdApply.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbMerchantThirdApply.java index 56098345..b3ecc666 100644 --- a/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbMerchantThirdApply.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbMerchantThirdApply.java @@ -54,7 +54,7 @@ public class TbMerchantThirdApply implements Serializable { @ApiModelProperty(value = "微信小程序appid") private String smallAppid; - @Column(name = "`small_appid`") + @Column(name = "`alipay_small_appid`") @ApiModelProperty(value = "支付宝小程序appid") private String alipaySmallAppid;