using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LearningOfficer.OA.Common.Dtos.OA.WorkProcess { public class FollowInfoRequest : BaseTaskClassRequest { /// /// 备 注:课程id /// 默认值: /// public long ClassCourseId { get; set; } } }