liyong
2026-04-25 20d3e1da6517ed5e55ae3613ccbbb01f1b9eda2e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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<ProductionPrintOrder> {
 
}