This commit is contained in:
2023-07-10 17:06:19 +08:00
parent 0c95333234
commit c74181e584
6 changed files with 35 additions and 13 deletions

View File

@@ -62,4 +62,6 @@ public interface AdapayMemberAccountMapper {
public int deleteAdapayMemberAccountByIds(Long[] ids);
AdapayMemberAccount selectByMerchantId(String merchantId);
void deleteByMemberId(String memberId);
}