puzhibing
2024-12-19 27408731d4d6857b025294822d6298b7d721a10e
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);
}