|
|
@ -1,7 +1,7 @@
|
|
|
|
package au.com.royalpay.payment.manage.appclient.beans;
|
|
|
|
package au.com.royalpay.payment.manage.appclient.beans;
|
|
|
|
|
|
|
|
|
|
|
|
import au.com.royalpay.payment.core.beans.OrderStatus;
|
|
|
|
import au.com.royalpay.payment.core.beans.OrderStatus;
|
|
|
|
import au.com.royalpay.payment.core.beans.PayChannel;
|
|
|
|
import au.com.royalpay.payment.core.beans.PayChannelSearch;
|
|
|
|
import au.com.royalpay.payment.tools.defines.TradeType;
|
|
|
|
import au.com.royalpay.payment.tools.defines.TradeType;
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
@ -25,7 +25,7 @@ public class AppQueryBean {
|
|
|
|
private String[] client_ids;
|
|
|
|
private String[] client_ids;
|
|
|
|
private String app_client_ids;
|
|
|
|
private String app_client_ids;
|
|
|
|
private OrderStatus status = OrderStatus.ALL;
|
|
|
|
private OrderStatus status = OrderStatus.ALL;
|
|
|
|
private PayChannel channel = PayChannel.ALL;
|
|
|
|
private PayChannelSearch channel = PayChannelSearch.ALL;
|
|
|
|
private int[] gateway;
|
|
|
|
private int[] gateway;
|
|
|
|
private int clearing_status=-1;
|
|
|
|
private int clearing_status=-1;
|
|
|
|
private String gateway_app;
|
|
|
|
private String gateway_app;
|
|
|
@ -164,11 +164,11 @@ public class AppQueryBean {
|
|
|
|
this.app_client_ids = app_client_ids;
|
|
|
|
this.app_client_ids = app_client_ids;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public PayChannel getChannel() {
|
|
|
|
public PayChannelSearch getChannel() {
|
|
|
|
return channel;
|
|
|
|
return channel;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public void setChannel(PayChannel channel) {
|
|
|
|
public void setChannel(PayChannelSearch channel) {
|
|
|
|
this.channel = channel;
|
|
|
|
this.channel = channel;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|