Commit c3d1414f by wangli

接口字段变更

1 parent 3226b96f
...@@ -16,7 +16,7 @@ public class EngineerBusinessListResp { ...@@ -16,7 +16,7 @@ public class EngineerBusinessListResp {
public static class EngineerBusiness{ public static class EngineerBusiness{
private String engineerCode; private String engineerCode;
private String engineerName; private String engineerName;
private String workType; private String kind;
private Integer maxNum; private Integer maxNum;
private Integer maxMinute; private Integer maxMinute;
private String priority; private String priority;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!