Commit 431a72f5 by 徐高华

test

parent 3977627c
...@@ -5,6 +5,7 @@ import java.util.Date; ...@@ -5,6 +5,7 @@ import java.util.Date;
import org.springframework.format.annotation.DateTimeFormat; import org.springframework.format.annotation.DateTimeFormat;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.gic.api.base.commons.BasePageInfo; import com.gic.api.base.commons.BasePageInfo;
public class WxUserAddLogSearchQDTO extends BasePageInfo implements Serializable { public class WxUserAddLogSearchQDTO extends BasePageInfo implements Serializable {
...@@ -19,9 +20,10 @@ public class WxUserAddLogSearchQDTO extends BasePageInfo implements Serializable ...@@ -19,9 +20,10 @@ public class WxUserAddLogSearchQDTO extends BasePageInfo implements Serializable
private Long linkId; private Long linkId;
private Long hmId; private Long hmId;
private String clerkId; private String clerkId;
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date startTime; private Date startTime;
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date endTime; private Date endTime;
private Integer addChannel; private Integer addChannel;
private String createTimeOrder = "create_time desc"; private String createTimeOrder = "create_time desc";
......
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