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