order list

This commit is contained in:
Cauchy
2023-10-19 17:22:35 +08:00
parent a59e04e406
commit a4492f26e7
14 changed files with 345 additions and 58 deletions

View File

@@ -35,4 +35,8 @@ public class BuyOrderListRequestVo {
* 订单状态
*/
private Integer orderStatus;
/**
* 数据起始位置
*/
private Integer index;
}