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.HomeWork; using YD_XinWei.Commons.Dto.School; namespace YD_XinWei.Api.Services.Interface { public interface IXinWeiService { /// /// 作业记录 /// /// /// Task> HomeWorkRecord(string teacherPhoneNo); /// /// 作业详情 /// /// /// Task HomeWorkDetails(int homeWorkId); } }