Commit 0487b6d5 authored by 何处是我家's avatar 何处是我家
Browse files

提交

parents
package com.ewaytek.deepseek.doadmin.dto;
import com.fasterxml.jackson.core.JsonProcessingException;
public abstract class AiMessageDTO {
public abstract String getMessage(String Message) throws JsonProcessingException;
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment