xin
2025-07-10 fc1a066edd335345167df7573f9119ef8dd1689a
oying-system/src/main/java/com/oying/modules/sh/service/OrderOperationLogService.java
@@ -56,4 +56,6 @@
    * @throws IOException /
    */
    void download(List<OrderOperationLog> all, HttpServletResponse response) throws IOException;
    List<OrderOperationLog> getByOrderNum(String orderNum);
}