feat:合道订单分页查询响应参数Date类型改为String

main
wb2476 2025-06-13 18:53:59 +08:00
parent 23d3210f84
commit 32780151a9
1 changed files with 4 additions and 5 deletions

View File

@ -9,7 +9,6 @@ import lombok.experimental.Accessors;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
import java.util.List;
/**
@ -73,7 +72,7 @@ public class GyOrderInfoQueryPageResponse extends GyBaseResponse implements Page
*
*/
@SerializedName("order_time")
private Date orderTime;
private String orderTime;
/**
*
*/
@ -143,7 +142,7 @@ public class GyOrderInfoQueryPageResponse extends GyBaseResponse implements Page
*
*/
@SerializedName("loan_deal_end_date")
private Date loanDealEndDate;
private String loanDealEndDate;
/**
* 0-1-
*/
@ -158,7 +157,7 @@ public class GyOrderInfoQueryPageResponse extends GyBaseResponse implements Page
* ()
*/
@SerializedName("cancel_time")
private Date cancelTime;
private String cancelTime;
/**
*
*/
@ -173,7 +172,7 @@ public class GyOrderInfoQueryPageResponse extends GyBaseResponse implements Page
*
*/
@SerializedName("settle_time")
private Date settleTime;
private String settleTime;
/**
*
*/