Commit f2165cc7 by wangli

修改

1 parent 29e8ef60
......@@ -22,7 +22,7 @@ public class ScheduleOverviewResp {
private String value;
private String level;
private String orderDesc;
private String distanceDes;
private String distanceDesc;
private OrderSum order;
private List<Item> children;
}
......@@ -33,7 +33,7 @@ public class ScheduleOverviewResp {
private String value;
private String level;
private String orderDesc;
private String distanceDes;
private String distanceDesc;
private OrderSum order;
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!