From 96d39a1c8dfeb002cc473851fcf395d5f6e8a655 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 06 May 2022 16:05:42 +0800
Subject: [PATCH] 20220505

---
 zq-erp/src/main/java/com/matrix/system/padApi/dto/PadOrderListDto.java |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/zq-erp/src/main/java/com/matrix/system/padApi/dto/PadOrderListDto.java b/zq-erp/src/main/java/com/matrix/system/padApi/dto/PadOrderListDto.java
index 64fb66e..c1e850f 100644
--- a/zq-erp/src/main/java/com/matrix/system/padApi/dto/PadOrderListDto.java
+++ b/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;

--
Gitblit v1.9.1