mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 13:35:15 +08:00
保存汇付支付退款回调记录
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.jsowell.pile.domain;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.jsowell.common.annotation.Excel;
|
||||
import com.jsowell.common.core.domain.BaseEntity;
|
||||
import org.apache.commons.lang3.builder.ToStringBuilder;
|
||||
@@ -19,6 +20,7 @@ public class AdapayRefundRecord extends BaseEntity {
|
||||
/**
|
||||
* 主键id
|
||||
*/
|
||||
@JsonIgnore
|
||||
private Integer id;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user