package org.jeecg.modules.ai.service; /** * @author clown * * @date 2024/8/8 */ public interface IWebSocketAiService { /** * 查询 */ void selectChatIA(); }