update 未分账支付单分到默认账户

This commit is contained in:
2023-10-16 10:18:06 +08:00
parent 45da1f1ed1
commit c2af8aca41
16 changed files with 148 additions and 109 deletions

View File

@@ -70,4 +70,6 @@ public interface IAdapayMemberAccountService {
void deleteByMemberId(String memberId);
void updateAdapayMemberAccountByMemberId(AdapayMemberAccount adapayMemberAccount);
AdapayMemberAccount getDefault();
}