Commit 7f465845 authored by wuwz's avatar wuwz

修改过滤时间

parent bc302b2f
...@@ -20,8 +20,8 @@ import java.util.Date; ...@@ -20,8 +20,8 @@ import java.util.Date;
@NoArgsConstructor @NoArgsConstructor
public class ActivityDTO extends PageParam { public class ActivityDTO extends PageParam {
private Date startTime; private Long startTime;
private Date endTime; private Long endTime;
private Integer goodsType; private Integer goodsType;
} }
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