|
@@ -11,9 +11,10 @@ namespace TEAMModelOS.SDK.Models.Cosmos.Common
|
|
|
public class Snode
|
|
|
{
|
|
|
/// <summary>
|
|
|
- ///0 分支节点,1资源节点,2 试题 ,3试卷,4内容资源,5外部链接(只有link,和name),
|
|
|
+ ///0 分支节点,1资源节点,2 试题 ,3试卷,4,5外部链接(只有link,和name),
|
|
|
+ ///tree分支节点 rnode资源节点 item 试题 paper试卷 link外部链接 audio 音频,video 视频 ,doc文档,image图片,other 其他,res教材,thum缩略图
|
|
|
/// </summary>
|
|
|
- public int type { get; set; } = 0;
|
|
|
+ public string type { get; set; }
|
|
|
public string title { get; set; }
|
|
|
|
|
|
}
|