Commit 5aaec600 by wangli

修改返回类型

1 parent 377d141b
...@@ -10,17 +10,11 @@ public class ScheduleEngineerOverviewResp { ...@@ -10,17 +10,11 @@ public class ScheduleEngineerOverviewResp {
private String engineerCode; private String engineerCode;
private String startTime; private String startTime;
private String endTime; private String endTime;
private List<Dynamic> dynamics; private List<LabelValueDTO> dynamics;
private List<TimeLineDTO> orders; private List<TimeLineDTO> orders;
private List<Order> orderDetails; private List<Order> orderDetails;
@Data @Data
public static class Dynamic {
private String label;
private String value;
}
@Data
public static class Order { public static class Order {
private String orderId; private String orderId;
private String location; private String location;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!