Quanxue.Zhanghao.Daochu/LearningOfficer.OA.Common/Dtos/Video/ljzk/CourseRequest.cs

18 lines
400 B
C#

using LearningOfficer.OA.Common.Request;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LearningOfficer.OA.Common.Dtos.Video.ljzk
{
/// <summary>
/// 请求蓝鲸智库的课程列表
/// </summary>
public class CourseRequest : PageRequest
{
public string CourseName { get; set; }
}
}