This commit is contained in:
2025-09-13 20:16:38 +08:00
parent ca18865a2d
commit 69af30cd37
5 changed files with 65 additions and 2 deletions

View File

@@ -13,6 +13,11 @@ public interface JDOrderMapper {
*/
List<JDOrder> selectJDOrderList(JDOrder jdOrder);
/**
* 查询京东订单列表(支持动态排序)
*/
List<JDOrder> selectJDOrderListWithSort(JDOrder jdOrder);
/**
* 根据主键查询
*/