From 2f6ef82534a5afe416fa3c74e331da079a885c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E5=87=AF=E5=87=AF?= Date: Sun, 29 Sep 2024 09:37:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4alipay=5Fapp=5Fid=E3=80=81ali?= =?UTF-8?q?pay=5Fapp=5Ftoken?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entity/TbMerchantThirdApply.java | 18 ------------------ .../mapper/TbMerchantThirdApplyMapper.xml | 4 ++-- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/src/main/java/com/chaozhanggui/system/cashierservice/entity/TbMerchantThirdApply.java b/src/main/java/com/chaozhanggui/system/cashierservice/entity/TbMerchantThirdApply.java index 1f715bd..4e1fd88 100644 --- a/src/main/java/com/chaozhanggui/system/cashierservice/entity/TbMerchantThirdApply.java +++ b/src/main/java/com/chaozhanggui/system/cashierservice/entity/TbMerchantThirdApply.java @@ -8,7 +8,6 @@ public class TbMerchantThirdApply implements Serializable { private String type; private String appId; - private String alipayAppId; private Byte status; @@ -21,7 +20,6 @@ public class TbMerchantThirdApply implements Serializable { private Long updatedAt; private String appToken; - private String alipayAppToken; private String smallAppid; @@ -129,20 +127,4 @@ public class TbMerchantThirdApply implements Serializable { public void setAlipaySmallAppid(String alipaySmallAppid) { this.alipaySmallAppid = alipaySmallAppid; } - - public String getAlipayAppId() { - return alipayAppId; - } - - public void setAlipayAppId(String alipayAppId) { - this.alipayAppId = alipayAppId; - } - - public String getAlipayAppToken() { - return alipayAppToken; - } - - public void setAlipayAppToken(String alipayAppToken) { - this.alipayAppToken = alipayAppToken; - } } \ No newline at end of file diff --git a/src/main/resources/mapper/TbMerchantThirdApplyMapper.xml b/src/main/resources/mapper/TbMerchantThirdApplyMapper.xml index 208ccb8..02f37a7 100644 --- a/src/main/resources/mapper/TbMerchantThirdApplyMapper.xml +++ b/src/main/resources/mapper/TbMerchantThirdApplyMapper.xml @@ -18,10 +18,10 @@ - id, type, app_id, alipay_app_id, status, pay_password, applyment_state, created_at, updated_at,small_appid,alipay_small_appid,store_id + id, type, app_id, status, pay_password, applyment_state, created_at, updated_at,small_appid,alipay_small_appid,store_id - app_token, alipay_app_token + app_token