Commit f2165cc7 by wangli

修改

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