package com.ruoyi.production.mapper; import com.ruoyi.production.pojo.ProductionPrintOrder; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * @author buhuazhen * @description 针对表【production_print_order(印刷定印单)】的数据库操作Mapper * @createDate 2026-04-22 15:14:51 * @Entity com.ruoyi.production.pojo.ProductionPrintOrder */ public interface ProductionPrintOrderMapper extends BaseMapper { }