|
@@ -4,6 +4,7 @@ using System.Text;
|
|
|
using TEAMModelOS.SDK.Context.Attributes.Azure;
|
|
|
using System.Text.Json.Serialization;
|
|
|
using System.ComponentModel.DataAnnotations;
|
|
|
+using Newtonsoft.Json;
|
|
|
|
|
|
namespace TEAMModelOS.Service.Models.Syllabus
|
|
|
{
|
|
@@ -33,6 +34,7 @@ namespace TEAMModelOS.Service.Models.Syllabus
|
|
|
public string volumeName { get; set; }
|
|
|
public string volumeCode { get; set; }
|
|
|
[JsonPropertyName("TEAMModelId")]
|
|
|
+ [JsonProperty("TEAMModelId")]
|
|
|
public string TEAMModelId { get; set; }
|
|
|
public string[] editors { get; set; }
|
|
|
}
|