fanxw 1 rok temu
rodzic
commit
88fb58488f

+ 4 - 2
src/main/java/com/chinaitop/depot/storage/model/TVentilationOperation.java

@@ -310,7 +310,8 @@ public class TVentilationOperation {
310 310
 	
311 311
 	@ApiModelProperty(value = "作业开始信息记录人")
312 312
     private String zyksxxjlr;
313
-	
313
+
314
+	@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
314 315
 	@ApiModelProperty(value = "作业开始信息记录时间")
315 316
     private Date zyksxxjlsj;
316 317
 	
@@ -319,7 +320,8 @@ public class TVentilationOperation {
319 320
 	
320 321
 	@ApiModelProperty(value = "作业结束信息记录人")
321 322
     private String zyjsxxjlr;
322
-	
323
+
324
+	@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
323 325
 	@ApiModelProperty(value = "作业结束信息记录时间")
324 326
     private Date zyjsxxjlsj;
325 327
 }