新版仿ok交易所-后端
zyy
2025-09-17 ceff91b898758ef0078f3a23d40c519b0d56bb07
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> {
}