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