4444
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user