Commit 997563bd by 查志伟

Merge branch '20210928-美团POS支持-zhiwei.zha' into qa

parents 931e5ec2 2bc53263
...@@ -14,10 +14,10 @@ public class MultiQueryRespDto { ...@@ -14,10 +14,10 @@ public class MultiQueryRespDto {
private String msg; private String msg;
private Data data; private ResponseDto data;
@lombok.Data @Data
public class Data { public static class ResponseDto {
public List<MultiPaymentRespDto> queryList; public List<MultiPaymentRespDto> queryList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment