|
@@ -140,6 +140,14 @@ public class LiveAfterSalesVo {
|
|
|
@Excel(name = "下单时间",dateFormat = "yyyy-MM-dd HH:mm:ss")
|
|
@Excel(name = "下单时间",dateFormat = "yyyy-MM-dd HH:mm:ss")
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date createTime;
|
|
private Date createTime;
|
|
|
|
|
+ /** 创建时间 */
|
|
|
|
|
+ @Excel(name = "下单开始时间",dateFormat = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
|
+ private Date createTimeBegin;
|
|
|
|
|
+ /** 创建时间 */
|
|
|
|
|
+ @Excel(name = "下单结束时间",dateFormat = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
|
+ private Date createTimeEnd;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|