Merge branch 'tkk' into test

This commit is contained in:
Tankaikai 2024-09-26 17:10:42 +08:00
commit 4dec40c568
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;