puzhibing
2024-12-04 48bc7e0abfd74d5d6d5c15ce93919c3b1c39391b
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);
}