20 lines
389 B
C#
20 lines
389 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace VOL.Model.IOT.Request
|
|
{
|
|
/// <summary>
|
|
/// 班级列表
|
|
/// </summary>
|
|
public class IOT_ClassListParam: IOT_SchoolParam
|
|
{
|
|
/// <summary>
|
|
///老师Id
|
|
/// </summary>
|
|
//public int TeacherId { get; set; }
|
|
}
|
|
}
|