maven
9 天以前 e43a488b51555d87a4225bfb7dfc93b8f0e95a39
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.production.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.production.pojo.SpeculativeTradingInfo;
 
/**
 * @author :yys
 * @date : 2025/11/11 15:40
 */
public interface SpeculativeTradingInfoMapper extends BaseMapper<SpeculativeTradingInfo> {
}