- package jnpf.base.service;
- import jnpf.base.entity.AiHistoryEntity;
- /**
- * ai会话记录服务
- *
- * @author JNPF开发平台组
- * @version v5.2.0
- * @copyright 引迈信息技术有限公司
- * @date 2024/12/2 10:10:10
- */
- public interface AiHistoryService extends SuperService<AiHistoryEntity> {
- }
|