@@ -44,6 +44,6 @@ public class PurchaseRefundRecord extends BasePo {
/**
* 退款人id
*/
- private Long refundAccountId;
+ private String refundAccount;
}