|
@@ -75,6 +75,16 @@ namespace TEAMModelOS.SDK.Models
|
|
|
/// 成人高等教育:成人高等
|
|
|
/// 学前 period_pre,小学period_primary,初中period_junior,高中period_senior,中职(中专,技校,职高)period_secondary, 高职(专科)period_college,大学本科period_university,硕士研究生学段period_master,博士研究生学段period_doctor,特殊教育period_special ,成人中专period_adult-secondary,成人高教period_adult-higher,其它period_other
|
|
|
/// "学前","小学","初中","高中","中职(中专,技校,职高)"," 高职(专科)","大学本科","硕士研究生学段","博士研究生学段","特殊教育","成人中专","成人高教","其它"
|
|
|
+ /// {"pre" ,"学前"},
|
|
|
+ //{"primary","小学"},
|
|
|
+ //{"junior","初中"},
|
|
|
+ //{ "senior","高中" },
|
|
|
+ //{ "secondary","中职(中专,技校,职高)" },
|
|
|
+ //{ "college","高职(专科)"},
|
|
|
+ //{ "university","大学本科"},
|
|
|
+ //{ "special","特殊教育"},
|
|
|
+ //{ "edu-bureau","教育局"},
|
|
|
+ //{ "elecedu-dept","电教部门"},
|
|
|
/// </summary>
|
|
|
public List<string> type { get; set; } = new List<string>();
|
|
|
}
|