Browse Source

课纲结构设计

CrazyIter_Bin 4 years ago
parent
commit
c0ef24f490
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TEAMModelOS.SDK/Models/Cosmos/Common/Snode.cs

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

@@ -44,6 +44,6 @@ namespace TEAMModelOS.SDK.Models.Cosmos.Common
         public string id { get; set; }
         public string name { get; set; }
         public string code { get; set; }
-        public string link { get; set; }
+        public List<string> link { get; set; }
     }
 }