huanghongfa
2021-05-28 54ad966d0b142c97fc659263b51d1ea5d7b5c7c6
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActQuestnaireDO.java
@@ -28,7 +28,7 @@
    /**
     * 状态 0 调研中 1已停止
     */
    private int state;
    private Integer state;
    /**
     * 参与人数
     */
@@ -39,8 +39,21 @@
    private Long communityId;
    /**
     * 问卷参与者类型 0 全部 1 志愿者 2 党员
     * 提供居民
     */
    private Integer parterType;
    private Boolean forMasses;
    /**
     * 提供党员
     */
    private Boolean forParty;
    /**
     * 提供志愿者
     */
    private Boolean forVolunteer;
    /**
     * 是否隐藏显示 0 显示 1 隐藏
     */
    private Integer isHide;
}