16 lines
279 B
C#
16 lines
279 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_GradeListParam: IOT_SchoolParam
|
|||
|
{
|
|||
|
}
|
|||
|
}
|