新版仿ok交易所-后端
1
zyy
2025-10-15 1b2b20308310e9fc5d4216d1e37f3587b251bc91
1
2
3
4
5
6
7
package com.yami.trading.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.yami.trading.bean.model.WalletExtend;
 
public interface WalletExtendMapper extends BaseMapper<WalletExtend> {
}