luofl
2025-02-11 a74d740849c6b25b57e18c67ed14b0f5fea79a12
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);
}