update 创建汇付企业会员

This commit is contained in:
2023-07-10 17:39:08 +08:00
parent 858568d3c1
commit c41adbe3b3
6 changed files with 44 additions and 3 deletions

View File

@@ -64,4 +64,6 @@ public interface AdapayMemberAccountMapper {
AdapayMemberAccount selectByMerchantId(String merchantId);
void deleteByMemberId(String memberId);
void updateAdapayMemberAccountByMemberId(AdapayMemberAccount adapayMemberAccount);
}