Commit e7a7316e by wangli

接口修改

1 parent 6a6d57a4
......@@ -20,7 +20,7 @@ public class OrderAssignRecommendResp {
private String startTime;
private String endTime;
private InsertInfo insertInfo;
private List<Timeline> timelines;
private List<TimeLineDTO> timelines;
}
@Data
......@@ -35,11 +35,4 @@ public class OrderAssignRecommendResp {
private String title;
private String color;
}
@Data
public static class Timeline {
private String startTime;
private String endTime;
private String type;
}
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!