puhanshu
2021-10-22 0e44c17e08cd13dc24c1e084890b4f2b5c9dac2c
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;
}