Commit 745f3523 by wangli

新增返回字段

1 parent 5c26941c
...@@ -23,5 +23,8 @@ public class EngineerInfoListResp { ...@@ -23,5 +23,8 @@ public class EngineerInfoListResp {
private String phone; private String phone;
private String address; private String address;
private String kind; private String kind;
private List<String> tags;
private List<String> credentials;
private String grade;
} }
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!