新版仿ok交易所-后端
sql
zyy
2025-10-09 32df57bca9f07c687e1b87b50a61558b6134e697
1
2
3
4
5
6
7
package com.yami.trading.dao.c2c;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.yami.trading.bean.model.C2cTranslate;
 
public interface C2cTranslateMapper  extends BaseMapper<C2cTranslate> {
}