xin
2025-08-08 2d8e441ac17655f27cdd6e9ba46fa464f907eea9
oying-system/src/main/java/com/oying/modules/sh/mapper/OrderProductSnapshotMapper.java
@@ -19,4 +19,6 @@
    IPage<OrderProductSnapshot> findAll(@Param("criteria") OrderProductSnapshotQueryCriteria criteria, Page<Object> page);
    List<OrderProductSnapshot> findAll(@Param("criteria") OrderProductSnapshotQueryCriteria criteria);
    List<OrderProductSnapshot> queryOrderProductSnapshot(String orderNum);
}