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

@@ -61,6 +61,8 @@ public interface IAdapayMemberAccountService {
AdapayMemberAccount selectByMerchantId(String merchantId);
AdapayMemberAccount selectByMemberId(String memberId);
String selectAdapayMemberIdByStationId(String stationId);
void deleteByMemberId(String memberId);