zhou zhou
6 天以前 37844746c8344b5a0f6b5b0b0add29dd06c2d2cb
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;
}