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

20 lines
399 B
C#
Raw 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_StudentListParam : IOT_SchoolParam
{
/// <summary>
/// 学校Code
/// </summary>
//public string SchoolCode { get; set; }
}
}