using Microsoft.AspNetCore.Mvc; using TGJ.NetworkFreight.SeckillAggregateServices.Pos.UserService; using YD_XinWei.Api; using YD_XinWei.Api.Entitys; using YD_XinWei.Commons; using YD_XinWei.Commons.Dto.Common; using YD_XinWei.Commons.Dto.HomeWork; using YD_XinWei.Commons.Dto.Open; using YD_XinWei.Commons.Dto.School; namespace YD_XinWei.Api.Services.Interface { public interface IXinWeiService { /// /// 项目模式 /// /// Task> SportsModelTypeList(); /// /// 体育项目 /// /// 学校Id /// Task> OrgSportsProjectList(int orgId); /// /// 获取学生信息 /// /// 学校Id /// Task> MinimumOfStudentInfoList(int orgId); } }