|
|
@@ -45,7 +45,7 @@ public class StorageQualitycheck {
|
|
45
|
45
|
|
|
46
|
46
|
private Integer subTypeDetailed;
|
|
47
|
47
|
|
|
48
|
|
- //@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
48
|
+ @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
49
|
49
|
private Date checkTime;//检验日期
|
|
50
|
50
|
|
|
51
|
51
|
private String checkResult;//检验结果0:合格 1:不合格
|