sevice not service

This commit is contained in:
zz 2021-11-02 11:06:31 +08:00
parent 6bb8ac55c6
commit f994aa0e8a

View File

@ -15,6 +15,6 @@ public class PolicyInfos {
String startTime; String startTime;
@JsonProperty("ElecPrice") @JsonProperty("ElecPrice")
double elecPrice; double elecPrice;
@JsonProperty("ServicePrice") @JsonProperty("SevicePrice")
double servicePrice; double servicePrice;
} }