|
|
@ -9,6 +9,8 @@ import java.io.Serializable; |
|
|
|
public class IcMessageListFormDTO implements Serializable { |
|
|
|
private static final long serialVersionUID = 2697079163476964749L; |
|
|
|
|
|
|
|
//检索内容
|
|
|
|
private String content; |
|
|
|
private Integer pageNo = 1; |
|
|
|
private Integer pageSize = 20; |
|
|
|
private Boolean isPage = true; |
|
|
|