Commit e4f0b803 by ping.wu

es查询停车场订单新增支付状态

parent 3a363779
......@@ -2,6 +2,8 @@ package com.freemud.application.sdk.api.ordercenter.request;
import lombok.Data;
import java.util.List;
/**
* All rights Reserved, Designed By www.freemud.cn
*
......@@ -41,4 +43,6 @@ public class ParkingOrderConditionsReq {
//页码
private Integer pageNum;
private List<Integer> payStatuses;
}
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