新版仿ok交易所-后端
zyy
2025-09-01 69b5fdc593fa73424448df0c911c5177f7497e7c
1
2
3
4
5
6
7
8
package com.yami.trading.dao.log;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.yami.trading.bean.log.domain.CodeLog;
import com.yami.trading.bean.model.Log;
 
public interface  CodeLogMapper extends BaseMapper<CodeLog>{
}