评论接口更改返回状态2

This commit is contained in:
2025-08-05 11:14:28 +08:00
parent e997998b40
commit aa76f5e07f
@@ -50,7 +50,7 @@ public class CaseExchangeVoteDto {
* 是否已投票(0: 否 1:是)
*/
@JsonProperty("is_have_voted")
private Integer isHaveVoted;
private Integer isHaveVoted = 0;
/**
* 创建时间