package com.web.models;

public class RefundOfQueryStatusTransaction {
    private String orderId;
    private Long amount;
    private Integer resultCode;
    private Long transId;
    private Long createdTime;
}
