Commit 3390e733 by rongkailun

【修改】修改参数类型,支持级别全部筛选

parent 4b10eb47
......@@ -14,7 +14,7 @@ import java.util.*;
@Data
public class NewsParams extends PageParams {
private String title;
private int levels;
private String levels;
private String author;
private String editor;
private String keyword;
......
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