新版仿ok交易所-后端
zyy
2026-01-27 e1cf5740980e055432013394f14e51e0cb661d7b
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> {
}