puzhibing
2024-12-20 4ddf8b517a730a7cf5d60ff1755f3e38b98fda01
1
2
3
4
5
6
7
8
package com.ruoyi.account.service;
 
import com.ruoyi.account.vo.WalletVO;
 
public interface WalletService {
 
    WalletVO getWalletByUserId(Long userId);
}