feat: fix bug

main
wb3298 2025-03-24 17:31:17 +08:00
parent a50c71f96e
commit ede7720b38
3 changed files with 18 additions and 0 deletions

View File

@ -47,6 +47,12 @@ public class ProjectChargeContractQueryResponse implements PageApiResponse {
@SerializedName("sys_time") @SerializedName("sys_time")
private String sysTime; private String sysTime;
/**
*
*/
@SerializedName("current_page")
private Long currentPage;
/** /**
* *
*/ */

View File

@ -47,6 +47,12 @@ public class ProjectCollectContractQueryResponse implements PageApiResponse {
@SerializedName("sys_time") @SerializedName("sys_time")
private String sysTime; private String sysTime;
/**
*
*/
@SerializedName("current_page")
private Long currentPage;
/** /**
* *
*/ */

View File

@ -48,6 +48,12 @@ public class ProjectCollectRecordQueryResponse implements PageApiResponse {
private String sysTime; private String sysTime;
/**
*
*/
@SerializedName("current_page")
private Long currentPage;
/** /**
* *
*/ */