新版仿ok交易所-后端
zyy3
2025-09-28 bf502dd67e829d23001abd8c4d85dcb600f96f4d
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> {
}