Commit c4b99147 by wangli

返回字段修改

1 parent cd8adbc1
...@@ -12,5 +12,5 @@ public class OrderServiceDetailResp { ...@@ -12,5 +12,5 @@ public class OrderServiceDetailResp {
private String risk; private String risk;
private String riskDesc; private String riskDesc;
private String location; private String location;
private List<KV> orderServiceItems; private List<KV> items;
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!