This action will force synchronization from 郑州微厦/AI培训学习-题库-考试-视频-直播, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
using System;using System.Collections.Generic;using System.Text;using System.Data;using Song.Entities;using System.Data.Common;namespace Song.ServiceInterfaces{/// <summary>/// 大语言模型的业务接口/// </summary>public interface ILargeLanguage : WeiSha.Core.IBusinessInterface{/// <summary>/// 添加/// </summary>/// <param name="entity">业务实体</param>void RecordsAdd(LlmRecords entity);/// <summary>/// 修改/// </summary>/// <param name="entity">业务实体</param>void RecordsSave(LlmRecords entity);/// <summary>/// 删除,按主键ID;/// </summary>/// <param name="identify">实体的主键</param>void RecordsDelete(int identify);/// <summary>/// 清理学员所有记录/// </summary>/// <param name="acid"></param>int RecordsClear(int acid);/// <summary>/// 获取单一实体对象,按主键ID;/// </summary>/// <param name="identify">实体的主键</param>/// <returns></returns>LlmRecords RecordsSingle(int identify);/// <summary>/// 所有/// </summary>/// <param name="acid">学员的账号id</param>/// <param name="couid">课程id</param>/// <returns></returns>List<LlmRecords> RecordsAll(int acid, long couid);/// <summary>/// 所有/// </summary>/// <param name="acid">学员的账号id</param>/// <param name="couid">课程id</param>/// <param name="count">指定数量的记录</param>/// <returns></returns>List<LlmRecords> RecordsCount(int acid, long couid, int count);/// <summary>/// 分页获取/// </summary>/// <param name="acid">学员的账号id</param>/// <param name="couid">课程id</param>/// <param name="size"></param>/// <param name="index"></param>/// <param name="countSum"></param>/// <returns></returns>List<LlmRecords> RecordsPager(int acid, long couid, int size, int index, out int countSum);}}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。