|
|
@@ -1,5 +1,6 @@
|
|
|
package com.railway.business.catenary.domain;
|
|
|
|
|
|
+import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import com.railway.common.core.domain.BaseEntity;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
@@ -54,6 +55,7 @@ public class BusJcbFdfxjyq extends BaseEntity{
|
|
|
private String temperature;
|
|
|
|
|
|
@ApiModelProperty(value = "检查日期")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date checkDate;
|
|
|
|
|
|
@ApiModelProperty(value = "图片路径")
|