|
|
@@ -1,5 +1,6 @@
|
|
|
package com.yr.warehouse.admin.web.product.response;
|
|
|
|
|
|
+import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import lombok.Data;
|
|
|
|
|
|
import java.io.Serial;
|
|
|
@@ -71,6 +72,7 @@ public class WarehouseProductDemandAnalysisHistoryResponse implements Serializab
|
|
|
/**
|
|
|
* 创建时间
|
|
|
*/
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
private LocalDateTime createTime;
|
|
|
|
|
|
}
|