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 { }