springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/ComActDiscussDTO.java
@@ -75,4 +75,11 @@ @ApiModelProperty(value = "每人可投票数") private Integer count; /** * 类型 1 议事 2 投票 */ public interface type{ int ys = 1; int tp = 2; } }