评论接口更改返回状态2

This commit is contained in:
wucongxing8150 2025-08-05 11:14:28 +08:00
parent e997998b40
commit aa76f5e07f

View File

@ -50,7 +50,7 @@ public class CaseExchangeVoteDto {
* 是否已投票0: 1:
*/
@JsonProperty("is_have_voted")
private Integer isHaveVoted;
private Integer isHaveVoted = 0;
/**
* 创建时间