Explorar el Código

修改映射模型

datasub12_previous
H Vs hace 11 meses
padre
commit
2e2416bdb1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      HealthMonitor.Model/Service/Mapper/BloodPressurePushRefIncModel.cs

+ 2
- 2
HealthMonitor.Model/Service/Mapper/BloodPressurePushRefIncModel.cs Ver fichero

@@ -32,10 +32,10 @@ namespace HealthMonitor.Model.Service.Mapper


[JsonProperty("systolic_avg_value")]
public int SystolicAvgValue { get; set; }
public float SystolicAvgValue { get; set; }

[JsonProperty("diastolic_avg_value")]
public int DiastoliAvgValue { get; set; }
public float DiastoliAvgValue { get; set; }


[JsonProperty("diastolic_avg_offset")]


Cargando…
Cancelar
Guardar