| | |
| | | @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; |
| | |
| | | @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; |