记得上下班打卡 | git大法好,push需谨慎

Commit 9cd84ed4 authored by 姜秀龙's avatar 姜秀龙

离线支付-迈之 clone

parent 5076a932
......@@ -65,7 +65,7 @@ public class MaiZhiAllVo {
// 新增订单
@Data
public static class OrderParam {
public static class OrderParam implements Cloneable {
private String operationNo;
private String out_trade_no;
private String dgoid;
......@@ -75,7 +75,7 @@ public class MaiZhiAllVo {
private List<User> userList;
@Data
public static class User {
public static class User implements Cloneable {
private String name;
private String phone;
private String idcard;
......@@ -109,7 +109,7 @@ public class MaiZhiAllVo {
// 订单查询
@Data
public static class OrderInfoParam {
public static class OrderInfoParam implements Cloneable {
private List<String> orderList;
private static final OrderInfoParam obj = new OrderInfoParam();
......
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