CrazyIter_Bin 8 months ago
parent
commit
548adcbb65
1 changed files with 1 additions and 0 deletions
  1. 1 0
      TEAMModelOS.SDK/Models/Cosmos/Common/Snode.cs

+ 1 - 0
TEAMModelOS.SDK/Models/Cosmos/Common/Snode.cs

@@ -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; }