Commit 4728c848 by zhiheng.zhang

引用对象修改为orderPayItem

parent 6532105e
...@@ -283,7 +283,8 @@ public class QueryOrdersResponseDto { ...@@ -283,7 +283,8 @@ public class QueryOrdersResponseDto {
/** /**
* 混合支付详情 * 混合支付详情
*/ */
private List<OrderPayItemResp> orderPayItemCreateReqList; private List<OrderPayItem> orderPayItem;
@NoArgsConstructor @NoArgsConstructor
@Data @Data
......
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