zhou zhou
2 天以前 213917033bac65c5f0f48509ee9a8bde5cf6d54c
rsf-server/src/main/java/com/vincent/rsf/server/ai/dto/AiChatSessionDto.java
@@ -16,6 +16,10 @@
    private String promptCode;
    private Boolean pinned;
    private String lastMessagePreview;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date lastMessageTime;
}