@@ -22,9 +22,9 @@ namespace HealthMonitor.Service.Sub.Topic.Model | |||
public int SystolicValue { get; set; } | |||
[JsonProperty("diastolic_value")] | |||
public int DiastolicValue { get; set; } | |||
[JsonProperty("create_time")] | |||
public long LastUpdate { get; set; } | |||
[JsonProperty("last_update")] | |||
public long LastUpdate { get; set; } | |||
[JsonProperty("create_time")] | |||
public long CreateTime { get; set; } | |||
[JsonProperty("method")] | |||
public int Method { get; set; } | |||