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