|
@@ -46,6 +46,11 @@ namespace TEAMModelOS.SDK.Models
|
|
|
/// </summary>
|
|
|
public string type { get; set; }
|
|
|
public List<string> classes { get; set; } = new List<string>();
|
|
|
+ public string target { get; set; }
|
|
|
public List<Attachment> attachments { get; set; } = new List<Attachment>();
|
|
|
+ /// <summary>
|
|
|
+ /// 业务类型。elegant 德育, art 艺术
|
|
|
+ /// </summary>
|
|
|
+ public string bizCode { get; set; } = "elegant";
|
|
|
}
|
|
|
}
|