Commit 795c48de by hanghang.wang

分页查询订单记录

parent 6f06143d
......@@ -28,6 +28,9 @@ public class OrderConditionsReq {
//用户ID")
private String userId;
//用户ID集合,会员使用")
private List<String> userIds;
//用户姓名")
private String userName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment