Commit 440ff3f2 by wangli

修改接口参数“”

1 parent 6e4b5239
...@@ -26,8 +26,8 @@ public class OrderServiceListReq { ...@@ -26,8 +26,8 @@ public class OrderServiceListReq {
private List<String> teamIds; private List<String> teamIds;
private List<String> engineerCodes; private List<String> engineerCodes;
private List<Integer> priorities; private List<Integer> priorities;
private List<String> productCategory; private List<String> typeCategory;
private List<String> serviceCategory; private List<String> skillCategory;
private String phone; private String phone;
private String orderId; private String orderId;
private List<String> appointmentStatus; private List<String> appointmentStatus;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!