phpcjl
2024-12-04 49ca7e1625c1ede03fc8f1b1b52e6f0ed7cc1ecd
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);
}