huanghongfa
2021-09-02 177249c76aeea0b4bf8d8816d4994e3b445b45ce
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActQuestnaireAppVO.java
@@ -28,4 +28,10 @@
    private Integer adverPositionApplication;
    @ApiModelProperty("是否显示提醒(1.是 2.否)")
    private Integer isDisplay = 2;
    @ApiModelProperty("提供居民(1.是 2.否 )")
    private Integer forMasses;
    @ApiModelProperty("提供党员(1.是 2.否 )")
    private Integer forParty;
    @ApiModelProperty("提供志愿者(1.是 2.否 )")
    private Integer forVolunteer;
}