| | |
| | | package com.matrix.system.padApi.dto; |
| | | |
| | | import com.matrix.core.tools.DateUtil; |
| | | import com.matrix.system.app.dto.BasePageDto; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | |
| | | @ApiModelProperty(value = "查询字段") |
| | | private String queryKey; |
| | | |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm") |
| | | private Date orderTime; |
| | | // @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm") |
| | | // private Date orderTime; |
| | | |
| | | public Date getBeginTimeVo() { |
| | | return beginTimeVo; |
| | | } |
| | | |
| | | public void setBeginTimeVo(Date beginTimeVo) { |
| | | this.beginTimeVo = beginTimeVo; |
| | | } |
| | | |
| | | @DateTimeFormat(pattern = DateUtil.DATE_FORMAT_MM) |
| | | private Date beginTimeVo; |
| | | |
| | | public Date getEndTimeVo() { |
| | | return endTimeVo; |
| | | } |
| | | |
| | | public void setEndTimeVo(Date endTimeVo) { |
| | | this.endTimeVo = endTimeVo; |
| | | } |
| | | |
| | | @DateTimeFormat(pattern = DateUtil.DATE_FORMAT_MM) |
| | | private Date endTimeVo; |
| | | |
| | | @ApiModelProperty(hidden = true) |
| | | private Long shopId; |
| | |
| | | @ApiModelProperty(hidden = true) |
| | | private Long companyId; |
| | | |
| | | public Date getOrderTime() { |
| | | return orderTime; |
| | | } |
| | | |
| | | public void setOrderTime(Date orderTime) { |
| | | this.orderTime = orderTime; |
| | | } |
| | | // public Date getOrderTime() { |
| | | // return orderTime; |
| | | // } |
| | | // |
| | | // public void setOrderTime(Date orderTime) { |
| | | // this.orderTime = orderTime; |
| | | // } |
| | | |
| | | public Long getCompanyId() { |
| | | return companyId; |