فهرست منبع

fix(mind): add resolvedAt field to EmotionAlertVO

Xiaogang Liao 2 ماه پیش
والد
کامیت
e29f23c2d1
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      cfc-backend/src/main/java/com/etotem/cfc/dto/EmotionAlertVO.java

+ 1 - 0
cfc-backend/src/main/java/com/etotem/cfc/dto/EmotionAlertVO.java

@@ -14,5 +14,6 @@ public class EmotionAlertVO implements Serializable {
     private String title;
     private String message;
     private Boolean resolved;
+    private Date resolvedAt;
     private Date createdAt;
 }