fix:订单贷款情况统计接口请求参数缺失修复

main
wb1608 2024-06-06 16:03:06 +08:00
parent 52b0ac1fe8
commit 819c773799
1 changed files with 12 additions and 0 deletions

View File

@ -58,6 +58,18 @@ public class TradeOrdersCreditStatRequest implements ApiRequest {
@SerializedName("apply_account_name")
private String applyAccountName;
/**
*
*/
@SerializedName("pay_account_no")
private String payAccountNo;
/**
*
*/
@SerializedName("pay_account_name")
private String payAccountName;
/**
*
*/