huanghongfa
2021-06-24 90a8a318494df39bd5199f807d16952929b0e886
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/grid/EventDeleteDTO.java
@@ -21,8 +21,8 @@
public class EventDeleteDTO {
    @ApiModelProperty(value = "id", hidden = false, example = "1")
    @NotNull
    private List<Long> id;
    @NotNull(message = "事件ID不能为空")
    private List<String> id;
    @ApiModelProperty(value = "(当前操作)用户ID", hidden = true, example = "1")
    private Long userId;