无关风月
2025-01-17 c08e13eb2c875a160b3f30acaa6d01306c19b444
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);
}