代码提交
This commit is contained in:
@@ -28,6 +28,13 @@ public class CsFeedbackQueryParm {
|
||||
@NotNull(message="显示条数不能为空!")
|
||||
@ApiModelProperty(value = "显示条数",name = "pageSize",dataType ="Integer",required = true)
|
||||
private Integer pageSize;
|
||||
|
||||
@ApiModelProperty("搜索值")
|
||||
private String searchValue;
|
||||
@ApiModelProperty("开始时间")
|
||||
private String searchBeginTime;
|
||||
@ApiModelProperty("结束时间")
|
||||
private String searchEndTime;
|
||||
// /**
|
||||
// * 用户id
|
||||
// */
|
||||
|
||||
@@ -57,8 +57,8 @@ public class CsFeedbackVO {
|
||||
private String status;
|
||||
|
||||
|
||||
@ApiModelProperty(value = "未读消息条数")
|
||||
private int chatCount;
|
||||
// @ApiModelProperty(value = "未读消息条数")
|
||||
// private int chatCount;
|
||||
|
||||
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
|
||||
|
||||
Reference in New Issue
Block a user