2
yangbin
2024-08-28 2166c1a14f9629aa49a5f3bb849ce878df4c4892
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package org.jeecg.modules.ai.service;
 
/**
 * @author clown
 * * @date 2024/8/8
 */
public interface IWebSocketAiService {
 
 
    /**
     * 查询
     */
    void selectChatIA();
}