Commit ca40b217 by wangli

修改返回字段

1 parent 745f3523
...@@ -12,8 +12,9 @@ public class OrderAppointmentListResp { ...@@ -12,8 +12,9 @@ public class OrderAppointmentListResp {
@Data @Data
public static class OrderAppointment{ public static class OrderAppointment{
private String title; private String title;
private String engineerCode;
private String expectTime; private String expectTime;
private List<List<KV>> engineers; private List<KV> items;
private List<KV> timelines; private List<KV> timelines;
} }
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!