|
@@ -91,4 +91,36 @@ namespace TEAMModelBI.Models
|
|
public string name { get; set; }
|
|
public string name { get; set; }
|
|
public string picture { get; set; }
|
|
public string picture { get; set; }
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 醍摩豆用户信息
|
|
|
|
+ /// </summary>
|
|
|
|
+ public class TmdUserinfo
|
|
|
|
+ {
|
|
|
|
+ public string searchKey { get; set; }
|
|
|
|
+ public string id { get; set; }
|
|
|
|
+ public string vid { get; set; }
|
|
|
|
+ public string name { get; set; }
|
|
|
|
+ public string mail { get; set; }
|
|
|
|
+ public string mobile { get; set; }
|
|
|
|
+ public string picture { get; set; }
|
|
|
|
+ public bool isActivate { get; set; }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 管理员所管理的学校信息
|
|
|
|
+ /// </summary>
|
|
|
|
+ public class ManageScInfo
|
|
|
|
+ {
|
|
|
|
+ public string id { get; set; }
|
|
|
|
+ public string code { get; set; }
|
|
|
|
+ public string schoolCode { get; set; }
|
|
|
|
+ public string name { get; set; }
|
|
|
|
+ public string region { get; set; }
|
|
|
|
+ public string province { get; set; }
|
|
|
|
+ public string city { get; set; }
|
|
|
|
+ public string dist { get; set; }
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|