Explorar o código

fix(mind): add resolvedAt field to EmotionAlertVO

Xiaogang Liao hai 2 meses
pai
achega
e29f23c2d1

+ 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;
 }