package com.ruoyi.production.mapper; import com.ruoyi.production.pojo.ProductInspectionRecord; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; /** *
* 巡检记录表 Mapper 接口 *
* * @author 芯导软件(江苏)有限公司 * @since 2026-03-16 04:16:32 */ @Mapper public interface ProductInspectionRecordMapper extends BaseMapper