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

This commit is contained in:
谭凯凯 2024-09-27 17:52:55 +08:00 committed by Tankaikai
parent cb4fa67e48
commit 1add18e7dd
1 changed files with 7 additions and 0 deletions

View File

@ -16,6 +16,7 @@
package cn.ysk.cashier.dto.shop;
import lombok.Data;
import java.io.Serializable;
/**
@ -54,4 +55,10 @@ public class TbMerchantThirdApplyDto implements Serializable {
/** shopId */
private Integer shopId;
private String alipayAppId;
private String alipayAppToken;
private String alipaySmallAppid;
}