fix: 参数缺失

main
wb3298 2025-12-11 14:07:16 +08:00
parent 8631fb4222
commit cd30435074
1 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,11 @@ public class ArProjectInfoFindOneRequest implements ApiRequest {
*/ */
@SerializedName("trans_date") @SerializedName("trans_date")
private String transDate; private String transDate;
/**
*
*/
@SerializedName("trans_tradetime")
private String transTradeTime;
/** /**
* *