|
@@ -12,6 +12,6 @@ namespace TEAMModelOS.SDK.Models
|
|
[PartitionKey]
|
|
[PartitionKey]
|
|
public string code { get; set; }
|
|
public string code { get; set; }
|
|
public string pk { get; set; }
|
|
public string pk { get; set; }
|
|
- public int? ttl { get; set; }
|
|
|
|
|
|
+ public int? ttl { get; set; } = -1;
|
|
}
|
|
}
|
|
}
|
|
}
|