移除alipayAppId、alipayAppToken

This commit is contained in:
谭凯凯
2024-09-29 09:41:31 +08:00
committed by Tankaikai
parent 1add18e7dd
commit ae1a748ef2
2 changed files with 0 additions and 13 deletions

View File

@@ -56,9 +56,5 @@ public class TbMerchantThirdApplyDto implements Serializable {
/** shopId */
private Integer shopId;
private String alipayAppId;
private String alipayAppToken;
private String alipaySmallAppid;
}