Commit 55d26429 by wangli

接口新增字段

1 parent d03f49a2
...@@ -18,6 +18,7 @@ public class EngineerSkillListResp { ...@@ -18,6 +18,7 @@ public class EngineerSkillListResp {
private String engineerCode; private String engineerCode;
private String engineerName; private String engineerName;
private String groupName; private String groupName;
private String updateTime;
private List<String> categoryIds; 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!