| | |
| | | private Long shopId; |
| | | |
| | | @ApiModelProperty(value = "下单时间-范围开始") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private LocalDateTime createTimeBegin; |
| | | // @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private String createTimeBegin; |
| | | @ApiModelProperty(value = "下单时间-范围结束") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private LocalDateTime createTimeEnd; |
| | | // @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private String createTimeEnd; |
| | | |
| | | @ApiModelProperty(value = "订单来源5.美团6.抖音7.快手8.小鹅云") |
| | | private Integer orderFrom; |
| | | private String orderFrom; |
| | | |
| | | @ApiModelProperty(value = "核销时间-范围开始") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private LocalDateTime useTimeBegin; |
| | | // @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private String useTimeBegin; |
| | | @ApiModelProperty(value = "核销时间-范围结束") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private LocalDateTime useTimeEnd; |
| | | // @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private String useTimeEnd; |
| | | |
| | | |
| | | @ApiModelProperty(value = "keyword转换用户ids",hidden = true) |