This commit is contained in:
2023-07-10 17:55:26 +08:00
parent 01971a712d
commit 9dd8b633ef
5 changed files with 32 additions and 2 deletions

View File

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