星火直播PC
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

GetOnlineStudentsModel.cs 417B

123456789101112131415161718
  1. using System.Collections.Generic;
  2. namespace XHZB.Model
  3. {
  4. public class GetOnlineStudentsModel
  5. {
  6. public int c { get; set; }
  7. public string d { get; set; }
  8. public int f { get; set; }
  9. public int rid { get; set; }
  10. public int s { get; set; }
  11. public List<int> t { set; get; }
  12. public int u { get; set; }
  13. public StulstModel b { get; set; }
  14. }
  15. }