1
phpcjl
2024-12-20 724b45d14ee8d36389f57eb003c83c8e30ad5f4c
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);
}