package com.ruoyi.production.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.ruoyi.production.pojo.ProductionReportPerson; import org.apache.ibatis.annotations.Mapper; @Mapper public interface ProductionReportPersonMapper extends BaseMapper { }