luodangjia
2024-12-18 f6e2f4ba4093e401475398e1bd3f7c2e8165b3cb
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);
}