puzhibing
2024-12-06 ea145f951b65368a064d5dbd1b5fb5ca48907ed9
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);
}