123456789101112131415161718 |
-
- using System.Collections.Generic;
-
- namespace XHZB.Model
- {
- public class GetOnlineStudentsModel
- {
- public int c { get; set; }
- public string d { get; set; }
- public int f { get; set; }
- public int rid { get; set; }
- public int s { get; set; }
- public List<int> t { set; get; }
- public int u { get; set; }
-
- public StulstModel b { get; set; }
- }
- }
|