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 FollowInfoFinishRequest
{
///
/// 任务id
///
public long Id { get; set; }
///
/// 备 注:跟课id
///
public long FollowId { get; set; }
}
}