罗元桥
2021-09-27 d7a8baeff8b0e68c54a959e5f46f639c54aad1d1
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;
}