feat:阡陌线下充值查询接口添加分页

main
wb2476 2024-08-23 17:07:06 +08:00
parent e1d86ac603
commit e45963f1bf
4 changed files with 64 additions and 14 deletions

View File

@ -1,6 +1,6 @@
package com.czcb.scfs.api.service.v2.pay.model;
import com.czcb.scfs.api.core.ApiRequest;
import com.czcb.scfs.api.core.PageApiRequest;
import com.czcb.scfs.api.core.agrs.TransType;
import com.google.gson.annotations.SerializedName;
import lombok.Data;
@ -15,7 +15,7 @@ import lombok.experimental.Accessors;
@Data
@Accessors(chain = true)
@TransType("230907")
public class OfflineRechargeDetailQueryRequest implements ApiRequest {
public class OfflineRechargeDetailQueryRequest implements PageApiRequest {
/**
*
*/
@ -81,4 +81,16 @@ public class OfflineRechargeDetailQueryRequest implements ApiRequest {
*/
@SerializedName("trade_date_end")
private String tradeDateEnd;
/**
*
*/
@SerializedName("current_page")
private Long currentPage;
/**
*
*/
@SerializedName("current_rows")
private Long currentRows;
}

View File

@ -49,6 +49,24 @@ public class OfflineRechargeDetailQueryResponse implements ApiResponse {
@SerializedName("sys_time")
private String sysTime;
/**
*
*/
@SerializedName("current_page")
private Long currentPage;
/**
*
*/
@SerializedName("total_page")
private Long totalPage;
/**
*
*/
@SerializedName("total_rows")
private Long totalRows;
/**
* 线
*/
@ -77,11 +95,6 @@ public class OfflineRechargeDetailQueryResponse implements ApiResponse {
*/
@SerializedName("account_name")
private String accountName;
/**
*
*/
@SerializedName("core_account_no")
private String coreAccountNo;
/**
*
*/

View File

@ -1,6 +1,6 @@
package com.czcb.scfs.api.service.v2.pay.model;
import com.czcb.scfs.api.core.ApiRequest;
import com.czcb.scfs.api.core.PageApiRequest;
import com.czcb.scfs.api.core.agrs.TransType;
import com.google.gson.annotations.SerializedName;
import lombok.Data;
@ -15,7 +15,7 @@ import lombok.experimental.Accessors;
@Data
@Accessors(chain = true)
@TransType("230908")
public class OfflineRechargeDetailUnmatchedQueryRequest implements ApiRequest {
public class OfflineRechargeDetailUnmatchedQueryRequest implements PageApiRequest {
/**
*
*/
@ -81,4 +81,16 @@ public class OfflineRechargeDetailUnmatchedQueryRequest implements ApiRequest {
*/
@SerializedName("trade_date_end")
private String tradeDateEnd;
/**
*
*/
@SerializedName("current_page")
private Long currentPage;
/**
*
*/
@SerializedName("current_rows")
private Long currentRows;
}

View File

@ -48,6 +48,24 @@ public class OfflineRechargeDetailUnmatchedQueryResponse implements ApiResponse
@SerializedName("sys_time")
private String sysTime;
/**
*
*/
@SerializedName("current_page")
private Long currentPage;
/**
*
*/
@SerializedName("total_page")
private Long totalPage;
/**
*
*/
@SerializedName("total_rows")
private Long totalRows;
/**
*
*/
@ -86,11 +104,6 @@ public class OfflineRechargeDetailUnmatchedQueryResponse implements ApiResponse
*/
@SerializedName("account_name")
private String accountName;
/**
*
*/
@SerializedName("core_account_no")
private String coreAccountNo;
/**
*
*/