评论接口更改返回状态2
This commit is contained in:
parent
e997998b40
commit
aa76f5e07f
@ -50,7 +50,7 @@ public class CaseExchangeVoteDto {
|
|||||||
* 是否已投票(0: 否 1:是)
|
* 是否已投票(0: 否 1:是)
|
||||||
*/
|
*/
|
||||||
@JsonProperty("is_have_voted")
|
@JsonProperty("is_have_voted")
|
||||||
private Integer isHaveVoted;
|
private Integer isHaveVoted = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 创建时间
|
* 创建时间
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user