using System; using System.Collections.Generic; using APT.BaseData.Domain.Entities; using APT.Infrastructure.Api; using APT.MS.Domain.Entities.SE; namespace APT.BaseData.Domain.IServices { public interface ISENewUserService : ICommonService { /// /// 获取试题 三级安全教育 /// /// /// /// /// /// /// /// /// /// /// /// /// bool GetText(Guid ORG_ID, Guid RECORD_ID, Guid USER_ID, T_SE_NEW_USERS eduCard, T_SE_SECONFIG config, ref T_SE_NEW_USER_DETAIL_TEXT modelText, ref List ListPapers, ref T_FM_NOTIFICATION_TASK sendNotice, ref string Msg, int TEXT_TIMES = 1); } }