hanfucheng 6 bulan lalu
induk
melakukan
cd1d000b6b

+ 6 - 6
src/main/java/com/sooka/sponest/data/housingconstruction/domain/CenterdataTHousingconstructionSteelcylinderLog.java

@@ -41,7 +41,7 @@ public class CenterdataTHousingconstructionSteelcylinderLog extends BaseBusiness
     /**
      * 入库时间
      */
-    @JsonFormat(pattern = "yyyy-MM-dd")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     @Excel(name = "入库时间", width = 30, dateFormat = "yyyy-MM-dd")
     private Date joinWarehouseTime;
 
@@ -49,7 +49,7 @@ public class CenterdataTHousingconstructionSteelcylinderLog extends BaseBusiness
     @Excel(name = "检查员")
     private String inspectorName;//检查员
 
-    @JsonFormat(pattern = "yyyy-MM-dd")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     @Excel(name = "检查时间", width = 30, dateFormat = "yyyy-MM-dd")
     private Date inspectorTime;//检查时间
     private String picture;
@@ -63,7 +63,7 @@ public class CenterdataTHousingconstructionSteelcylinderLog extends BaseBusiness
     /**
      * 充装时间
      */
-    @JsonFormat(pattern = "yyyy-MM-dd")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     @Excel(name = "充装时间", width = 30, dateFormat = "yyyy-MM-dd")
     private Date fillingTime;
 
@@ -92,7 +92,7 @@ public class CenterdataTHousingconstructionSteelcylinderLog extends BaseBusiness
     /**
      * 配送时间
      */
-    @JsonFormat(pattern = "yyyy-MM-dd")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     @Excel(name = "配送时间", width = 30, dateFormat = "yyyy-MM-dd")
     private Date deliveryTime;
 
@@ -110,7 +110,7 @@ public class CenterdataTHousingconstructionSteelcylinderLog extends BaseBusiness
     /**
      * 签收时间
      */
-    @JsonFormat(pattern = "yyyy-MM-dd")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     @Excel(name = "签收时间", width = 30, dateFormat = "yyyy-MM-dd")
     private Date signTime;
 
@@ -134,7 +134,7 @@ public class CenterdataTHousingconstructionSteelcylinderLog extends BaseBusiness
     /**
      * 回收时间
      */
-    @JsonFormat(pattern = "yyyy-MM-dd")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     @Excel(name = "回收时间", width = 30, dateFormat = "yyyy-MM-dd")
     private Date recyclingTime;