|
|
@@ -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;
|
|
|
@@ -46,6 +47,7 @@ public class BusJceb extends BaseEntity{
|
|
|
private String xingbieText;
|
|
|
|
|
|
@ApiModelProperty(value = "检查日期")
|
|
|
+ @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
private Date operationDate;
|
|
|
|
|
|
@ApiModelProperty(value = "检测人")
|