luodangjia
2025-01-17 4765883cf891cd834bb3a9ad96d2be5c3bc4b4a6
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);
}