Quanxue.Zhanghao.Daochu/LearningOfficer.OA.Common/Dtos/OA/WorkProcess/FollowInfoRequest.cs

18 lines
395 B
C#

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
{
/// <summary>
/// 备 注:课程id
/// 默认值:
///</summary>
public long ClassCourseId { get; set; }
}
}