This commit is contained in:
wucongxing8150 2025-07-17 16:44:53 +08:00
parent 05b3f93703
commit 476dfb53e8

View File

@ -50,6 +50,7 @@ public class addCaseExchange {
/** /**
* 投票 * 投票
*/ */
@JsonIgnoreProperties(ignoreUnknown = true)
@Data @Data
public static class CaseExchangeVoteRequest { public static class CaseExchangeVoteRequest {
@JsonProperty("vote_title") @JsonProperty("vote_title")
@ -67,6 +68,7 @@ public class addCaseExchange {
/** /**
* 投票选项 * 投票选项
*/ */
@JsonIgnoreProperties(ignoreUnknown = true)
@Data @Data
public static class CaseExchangeVoteOptionRequest { public static class CaseExchangeVoteOptionRequest {
@JsonProperty("option_value") @JsonProperty("option_value")
@ -76,6 +78,7 @@ public class addCaseExchange {
/** /**
* 标签 * 标签
*/ */
@JsonIgnoreProperties(ignoreUnknown = true)
@Data @Data
public static class CaseExchangeLabelRequest { public static class CaseExchangeLabelRequest {
@JsonProperty("app_iden") @JsonProperty("app_iden")