update 添加注释

This commit is contained in:
Guoqs
2025-01-03 14:17:28 +08:00
parent 7f85ce4a79
commit 30b9090cd5
2 changed files with 8 additions and 0 deletions

View File

@@ -85,6 +85,10 @@ public interface AdapayMemberAccountService {
void updateAdapayMemberAccountByMemberId(AdapayMemberAccount adapayMemberAccount);
/**
* 获取默认的会员账户
* @return
*/
AdapayMemberAccount getDefault();
/**