罗元桥
2021-08-05 cc1098fc00a50cb1591d182f04bc37066ff0a9e2
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;
}