zxl
7 天以前 b76f0174ce81d7639bf33cc10e67cb6b9e85de3f
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;
}