package org.jeecg.modules.demo.hzz.sjcjrw.rmqtcj.mapper; import java.util.List; import org.apache.ibatis.annotations.Param; import org.jeecg.modules.demo.hzz.sjcjrw.rmqtcj.entity.RmQtcj; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * @Description: 兢他采集 * @Author: jeecg-boot * @Date: 2022-04-22 * @Version: V1.0 */ public interface RmQtcjMapper extends BaseMapper { }