星火直播PC
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

GetOnlineStudentsModel.cs 417B

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