This commit is contained in:
wucongxing8150 2025-08-18 13:13:16 +08:00
parent dc35a7df70
commit f28e8b25b8

View File

@ -52,7 +52,7 @@ public class addCaseExchangeDraft {
@Size(min = 1, max = 20, message = "有效期在1-20天内") @Size(min = 1, max = 20, message = "有效期在1-20天内")
private Integer validDay; // 投票有效期天数 private Integer validDay; // 投票有效期天数
@JsonProperty("option") @JsonProperty("case_exchange_vote_option")
private List<CaseExchangeVoteOptionRequest> option; private List<CaseExchangeVoteOptionRequest> option;
} }