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