Commit fdb953b7 by wangli

接口返回字段名称变更

1 parent 745fd773
...@@ -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 List<String> skills; private List<String> categoryIds;
} }
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!