using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using VOL.Model.School.Request;
namespace VOL.Model
{
///
/// 学生数据统计
///
public class StudentDataStatsParam : ModeParam
{
///
///学生学号
///
public string? StudentNo { get; set; }
}
}