xiaoyong931011
2022-05-06 96d39a1c8dfeb002cc473851fcf395d5f6e8a655
zq-erp/src/main/java/com/matrix/system/padApi/dto/PadOrderListDto.java
@@ -20,8 +20,8 @@
    @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;
@@ -51,13 +51,13 @@
    @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;