修复类型不对导致无法回推成功
This commit is contained in:
parent
0fd1dcdbee
commit
283dc8502b
|
@ -5,9 +5,9 @@ import lombok.Data;
|
|||
@Data
|
||||
public class RefundInfo {
|
||||
private long RefundInfoID;
|
||||
private int RefundCustomerAmount;
|
||||
private Double RefundCustomerAmount;
|
||||
private String Currency;
|
||||
private int ExchangeRate;
|
||||
private Double ExchangeRate;
|
||||
// private List<RefundPayment> RefundPaymentList;
|
||||
// private List<RefundDetail> RefundDetailList;
|
||||
private Long ModifyFormId;
|
||||
|
|
Loading…
Reference in New Issue