Commit 7b9600e5 authored by 许润龙's avatar 许润龙

修改:活动视频、直播数据详情数据接口

parent 6708654a
...@@ -22,7 +22,7 @@ public class FawActivityDTO { ...@@ -22,7 +22,7 @@ public class FawActivityDTO {
@Min(value = 1, message = "当前页最小1") @Min(value = 1, message = "当前页最小1")
private Integer current; private Integer current;
@Max(value = 500, message = "分页大小最大500") @Max(value = 1000, message = "分页大小最大1000")
private Integer size; private Integer size;
private String publishDateStart; private String publishDateStart;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment