package com.glxp.api.dao.collect; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.glxp.api.entity.collect.RelCodeBatch; import org.apache.ibatis.annotations.Mapper; @Mapper public interface RelCodeBatchMapper extends BaseMapper { }