店铺管理-店铺列表>三方配置:新增支付宝小程序appid录入项

This commit is contained in:
谭凯凯 2024-09-26 17:10:08 +08:00 committed by Tankaikai
parent 61b92e07ba
commit 2e6518a975
1 changed files with 1 additions and 1 deletions

View File

@ -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;