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