Pu Zhibing
2024-12-02 c67297af61ab9d897adae96f7e199c72c16d764b
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);
}