|
@@ -1,5 +1,6 @@
|
|
|
package com.caimei.module.base.entity.po;
|
|
|
|
|
|
+import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import lombok.Data;
|
|
|
|
|
|
import java.io.Serializable;
|
|
@@ -7,6 +8,7 @@ import java.util.Date;
|
|
|
|
|
|
/**
|
|
|
* logistics_information
|
|
|
+ *
|
|
|
* @author
|
|
|
*/
|
|
|
@Data
|
|
@@ -71,6 +73,7 @@ public class LogisticsInformation implements Serializable {
|
|
|
/**
|
|
|
* 最后更新时间
|
|
|
*/
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
private Date updateDate;
|
|
|
|
|
|
/**
|