|
@@ -55,6 +55,7 @@ namespace TEAMModelOS.SDK.Models.Cosmos.Common
|
|
|
/// item 试题 paper试卷 link外部链接 audio 音频,video 视频 ,doc文档,image图片,other 其他,res教材,thum缩略图
|
|
|
/// </summary>
|
|
|
public string type { get; set; }
|
|
|
+ public string subType { get; set; }
|
|
|
public string id { get; set; }
|
|
|
public string code { get; set; }
|
|
|
public string scope { get; set; }
|