|
|
|
@@ -16,7 +16,7 @@ public class WxProfitSharingP implements Serializable { |
|
|
|
private String sign; // 签名 |
|
|
|
private String sign_type; // 签名方法 |
|
|
|
private String transaction_id ; // 支付订单号 |
|
|
|
private String out_trade_no; // 商户订单号 |
|
|
|
private String out_order_no; // 商户订单号 |
|
|
|
private String receivers; // 分账接收方 |
|
|
|
|
|
|
|
public String getMch_id() { |
|
|
|
@@ -80,10 +80,10 @@ public class WxProfitSharingP implements Serializable { |
|
|
|
this.transaction_id = transaction_id; |
|
|
|
} |
|
|
|
|
|
|
|
public String getOut_trade_no() { return out_trade_no; } |
|
|
|
public String getOut_order_no() { return out_order_no; } |
|
|
|
|
|
|
|
public void setOut_trade_no(String out_trade_no) { |
|
|
|
this.out_trade_no = out_trade_no; |
|
|
|
public void setOut_order_no(String out_order_no) { |
|
|
|
this.out_order_no = out_order_no; |
|
|
|
} |
|
|
|
|
|
|
|
public String getReceivers() { |
|
|
|
|