店铺管理-店铺列表>三方配置:新增支付宝小程序appid录入项
This commit is contained in:
parent
cb4fa67e48
commit
1add18e7dd
|
|
@ -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;
|
||||
}
|
||||
Loading…
Reference in New Issue