123456789101112131415161718192021222324252627282930313233343536 |
-
- namespace XHZB.Model
- {
- public class Savefile
- {
-
-
-
- public long roomid { get; set; }
-
-
-
-
- public string rfpath { get; set; }
-
-
-
-
- public int rftype { get; set; }
-
-
-
-
- public int createid { get; set; }
-
-
-
-
- public int schoolid { get; set; }
-
-
-
-
- public long createtime { get; set; }
- }
- }
|