using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LearningOfficer.OA.Common.Dtos.OA.WorkProcess.TaskFollow { public class ClassCourseTableSetting { public string UrlHead { get; set; } = string.Empty; } }