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