YD_SmartSports.Api/VOL.Model/IOT/Request/IOT_ClassListParam.cs

20 lines
389 B
C#
Raw Permalink Normal View History

2025-06-06 16:00:39 +08:00
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; }
}
}