Commit 7f465845 authored by wuwz's avatar wuwz

修改过滤时间

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