huanghongfa
2021-09-10 321d2fe33b1239d29c285c91a2867631ee1e2146
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;
    }
}