springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActDiscussVO.java
@@ -116,4 +116,15 @@ @ApiModelProperty("每人票数") private Integer count; @ApiModelProperty("议事投票评论列表") private List<ComActDiscussCommentVO> discussCommentList; /** * 类型 1 议事 2 投票 */ public interface type{ int ys = 1; int tp = 2; } }