huanghongfa
2021-06-17 3ee15525efd4e1bb276a9b52d95e1f30a25bea8c
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/TodoEventsVO.java
@@ -13,12 +13,8 @@
@Data
@ApiModel("代办事件")
public class TodoEventsVO {
    @ApiModelProperty("功能")
    private String function;
    @ApiModelProperty("行为")
    private String behavior;
    @ApiModelProperty("文字")
    private String words;
    @ApiModelProperty("类型 1随手拍 2微心愿 3人脸采集 4志愿者审核")
    @ApiModelProperty("数量")
    private Integer num;
    @ApiModelProperty("类型 1随手拍 2微心愿 3一起议 4志愿者审核")
    private Integer type;
}