3333
This commit is contained in:
parent
dc35a7df70
commit
f28e8b25b8
@ -52,7 +52,7 @@ public class addCaseExchangeDraft {
|
|||||||
@Size(min = 1, max = 20, message = "有效期在1-20天内")
|
@Size(min = 1, max = 20, message = "有效期在1-20天内")
|
||||||
private Integer validDay; // 投票有效期天数
|
private Integer validDay; // 投票有效期天数
|
||||||
|
|
||||||
@JsonProperty("option")
|
@JsonProperty("case_exchange_vote_option")
|
||||||
private List<CaseExchangeVoteOptionRequest> option;
|
private List<CaseExchangeVoteOptionRequest> option;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user