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;
@JsonProperty("ElecPrice")
double elecPrice;
@JsonProperty("ServicePrice")
@JsonProperty("SevicePrice")
double servicePrice;
}