Commit 6b25950e by wangli

接口新增返回值

1 parent ae7e21fd
......@@ -17,12 +17,15 @@ public class EngineerBusinessListResp {
private String engineerCode;
private String engineerName;
private String groupName;
private String workOn;
private String workOff;
private String kind;
private Integer maxNum;
private Integer maxMinute;
private Integer priority;
private String address;
private String location;
private String transportMode;
private Integer departure;
}
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!