fix:结算汇总单功能参数中的Date类型改为String

main
tianhao 2026-06-09 15:01:49 +08:00
parent a4e2b761b2
commit 41aeb6a0c0
4 changed files with 12 additions and 12 deletions

View File

@ -79,7 +79,7 @@ public class MchSettleSummaryDTO implements Serializable {
* *
*/ */
@SerializedName("settle_date") @SerializedName("settle_date")
private Date settleDate; private String settleDate;
/** /**
* 0 1 2 * 0 1 2
*/ */
@ -94,7 +94,7 @@ public class MchSettleSummaryDTO implements Serializable {
* *
*/ */
@SerializedName("match_time") @SerializedName("match_time")
private Date matchTime; private String matchTime;
/** /**
* 0 1 9 * 0 1 9
*/ */
@ -134,7 +134,7 @@ public class MchSettleSummaryDTO implements Serializable {
* *
*/ */
@SerializedName("settle_time") @SerializedName("settle_time")
private Date settleTime; private String settleTime;
/** /**
* *
*/ */
@ -149,7 +149,7 @@ public class MchSettleSummaryDTO implements Serializable {
* *
*/ */
@SerializedName("create_time") @SerializedName("create_time")
private Date createTime; private String createTime;
/** /**
* *
*/ */
@ -159,7 +159,7 @@ public class MchSettleSummaryDTO implements Serializable {
* *
*/ */
@SerializedName("update_time") @SerializedName("update_time")
private Date updateTime; private String updateTime;
/** /**
* *
*/ */

View File

@ -103,7 +103,7 @@ public class MchSettleSummaryDetailResponse implements ApiResponse {
* *
*/ */
@SerializedName("settle_date") @SerializedName("settle_date")
private Date settleDate; private String settleDate;
/** /**
* 0 1 2 * 0 1 2
*/ */
@ -118,7 +118,7 @@ public class MchSettleSummaryDetailResponse implements ApiResponse {
* *
*/ */
@SerializedName("match_time") @SerializedName("match_time")
private Date matchTime; private String matchTime;
/** /**
* 0 1 9 * 0 1 9
*/ */
@ -158,7 +158,7 @@ public class MchSettleSummaryDetailResponse implements ApiResponse {
* *
*/ */
@SerializedName("settle_time") @SerializedName("settle_time")
private Date settleTime; private String settleTime;
/** /**
* *
*/ */

View File

@ -79,7 +79,7 @@ public class MchSettleSummaryMatchDTO implements Serializable {
* *
*/ */
@SerializedName("deposit_time") @SerializedName("deposit_time")
private Date depositTime; private String depositTime;
/** /**
* *
*/ */
@ -89,7 +89,7 @@ public class MchSettleSummaryMatchDTO implements Serializable {
* *
*/ */
@SerializedName("create_time") @SerializedName("create_time")
private Date createTime; private String createTime;
/** /**
* *
*/ */
@ -99,7 +99,7 @@ public class MchSettleSummaryMatchDTO implements Serializable {
* *
*/ */
@SerializedName("update_time") @SerializedName("update_time")
private Date updateTime; private String updateTime;
/** /**
* *
*/ */

View File

@ -108,7 +108,7 @@ public class MchSettleSummaryPageRequest implements PageApiRequest {
* *
*/ */
@SerializedName("settle_date") @SerializedName("settle_date")
private Date settleDate; private String settleDate;
/** /**
* 0 1 2 * 0 1 2
*/ */