feat: fix bug
parent
a50c71f96e
commit
ede7720b38
|
|
@ -47,6 +47,12 @@ public class ProjectChargeContractQueryResponse implements PageApiResponse {
|
|||
@SerializedName("sys_time")
|
||||
private String sysTime;
|
||||
|
||||
/**
|
||||
* 当前页码
|
||||
*/
|
||||
@SerializedName("current_page")
|
||||
private Long currentPage;
|
||||
|
||||
/**
|
||||
* 总页数
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -47,6 +47,12 @@ public class ProjectCollectContractQueryResponse implements PageApiResponse {
|
|||
@SerializedName("sys_time")
|
||||
private String sysTime;
|
||||
|
||||
/**
|
||||
* 当前页码
|
||||
*/
|
||||
@SerializedName("current_page")
|
||||
private Long currentPage;
|
||||
|
||||
/**
|
||||
* 总页数
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -48,6 +48,12 @@ public class ProjectCollectRecordQueryResponse implements PageApiResponse {
|
|||
private String sysTime;
|
||||
|
||||
|
||||
/**
|
||||
* 当前页码
|
||||
*/
|
||||
@SerializedName("current_page")
|
||||
private Long currentPage;
|
||||
|
||||
/**
|
||||
* 总页数
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue