From cc71710142ff8ec7b0ccf6cf27d6124ecd506b00 Mon Sep 17 00:00:00 2001
From: gongzuming <gongzuming>
Date: 星期日, 22 九月 2024 08:45:29 +0800
Subject: [PATCH] 返回创建时间

---
 src/main/java/com/mzl/flower/dto/response/point/CustomerPointDetailDTO.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/mzl/flower/dto/response/point/CustomerPointDetailDTO.java b/src/main/java/com/mzl/flower/dto/response/point/CustomerPointDetailDTO.java
index f95a377..ae402ff 100644
--- a/src/main/java/com/mzl/flower/dto/response/point/CustomerPointDetailDTO.java
+++ b/src/main/java/com/mzl/flower/dto/response/point/CustomerPointDetailDTO.java
@@ -6,6 +6,7 @@
 import lombok.Data;
 
 import java.time.LocalDate;
+import java.time.LocalDateTime;
 
 @Data
 public class CustomerPointDetailDTO extends AbstractTransDTO {
@@ -41,4 +42,6 @@
     @ApiModelProperty("积分备注")
     private String remarks;
 
+    @ApiModelProperty("创建时间")
+    private LocalDateTime createTime;
 }

--
Gitblit v1.9.3