This commit is contained in:
wucongxing8150 2025-07-30 17:25:21 +08:00
parent 34aab6a66c
commit 23fd06cf99

View File

@ -148,7 +148,7 @@ public class CaseExchangeDto {
/**
* 投票数据
*/
@JsonProperty("case_exchange_vote")
@JsonProperty("exchange_vote")
private CaseExchangeVoteDto caseExchangeVote;
/**