xin
2025-07-16 0526acc407572d23b1030e0ffd842406ae0bc121
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);
}