1.add date desc

main
Gary 10 months ago
parent eed892928b
commit 0adfcc23b8

@ -28,11 +28,11 @@ public class UserQueryReq {
private Integer status;
@ApiModelProperty(value = "在线状态 0:离线 1:在线")
private Integer onlineStatus;
@ApiModelProperty(value = "注册时间-开始")
@ApiModelProperty(value = "注册时间-开始, yyyy-MM-dd HH:mm:ss")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date createDateStart;
@ApiModelProperty(value = "注册时间-结束")
@ApiModelProperty(value = "注册时间-结束, yyyy-MM-dd HH:mm:ss")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date createDateEnd;

Loading…
Cancel
Save