代码

public NotpayTicket(PaymentRegist paymentRegist) {
this();
setPaymentRegist(paymentRegist);
setMoney(paymentRegist.getSumMoney());
setPayMode(paymentRegist.getPayMode());
}
原文地址:https://www.cnblogs.com/baiduligang/p/4247172.html