|
@@ -77,7 +77,7 @@ namespace TEAMModelOS.SDK.Models.Cosmos.Common
|
|
|
public string acId { get; set; }
|
|
|
public string subject { get; set; }
|
|
|
public int? isOrder { get; set; } = 0;
|
|
|
- public string type { get; set; }
|
|
|
+ public int? type { get; set; } = 0;
|
|
|
public string workDesc { get; set; }
|
|
|
public long workEnd { get; set; }
|
|
|
}
|