zxl
7 天以前 7c038921c9242db70ea751ac45f6cdc6c35e4a2e
framework/src/main/java/cn/lili/modules/lmk/domain/query/ActivityQuery.java
@@ -24,6 +24,12 @@
     * 是否推荐
     */
    private Boolean recommend;
    /**
     * 是否审核
     */
    private Boolean audit;
    /**
     * 报名开始时时间
     */
@@ -36,4 +42,16 @@
    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date reportEndTime;
    /**
     * 申请活动用户id
     */
    private String memberId;
    /**
     * 申请互动的店铺id
     */
    private String storeId;
}