Commit 2fa3082b by wangli

修改返回类型

1 parent 9636c482
...@@ -18,6 +18,6 @@ public class EngineerSkillListResp { ...@@ -18,6 +18,6 @@ public class EngineerSkillListResp {
private String engineerCode; private String engineerCode;
private String engineerName; private String engineerName;
private String groupName; private String groupName;
private HashMap<String, Integer> skills; private List<String> skills;
} }
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!