chenhj
14 小时以前 88162af48f9e01761b9ed2fc5ad11f8889a612db
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> {
}