Commit d34eaf2d authored by 黄奎's avatar 黄奎

111

parent 7b31c066

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace EduSpider.Model.Query
{
/// <summary>
/// 课程查询实体类
/// </summary>
public class CourseQuery
{
/// <summary>
/// 课程编号
/// </summary>
public int courseId { get; set; }
/// <summary>
/// 课程名称
/// </summary>
public string courseName { get; set; }
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment