4444
This commit is contained in:
parent
05b3f93703
commit
476dfb53e8
@ -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")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user