namespace CompetitionAPI.api.unity { public class GetStudyFileRequest { /// /// 学习id /// public string StudyId { get; set; } } }