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