liyong
2026-05-20 b0bbbf71d1e6ecdbe4abbcc39127f5aac6502f1e
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> {
 
}