|
|
@@ -1,5 +1,7 @@
|
|
1
|
1
|
package com.chinaitop.depot.storage.model;
|
|
2
|
2
|
|
|
|
3
|
+import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
4
|
+
|
|
3
|
5
|
import java.math.BigDecimal;
|
|
4
|
6
|
import java.util.Date;
|
|
5
|
7
|
|
|
|
@@ -20,6 +22,7 @@ public class StorageDailycheck {
|
|
20
|
22
|
|
|
21
|
23
|
private String cyry; // 参与人员(提交人)
|
|
22
|
24
|
|
|
|
25
|
+ @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
23
|
26
|
private Date commitTime; // 参与人员(提交人)
|
|
24
|
27
|
|
|
25
|
28
|
private String tqqk;
|
|
|
@@ -92,6 +95,7 @@ public class StorageDailycheck {
|
|
92
|
95
|
|
|
93
|
96
|
private Integer subType;
|
|
94
|
97
|
|
|
|
98
|
+ @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
95
|
99
|
private Date checkTime;
|
|
96
|
100
|
|
|
97
|
101
|
private String checker;
|