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 IAdapayMemberAccountService {
AdapayMemberAccount selectByMerchantId(String merchantId);
String selectAdapayMemberIdByStationId(String stationId);
void deleteByMemberId(String memberId);
}