first commit
This commit is contained in:
19
comm/RechargeBlockchain/src/project/blockchain/event/model/RechargeInfo.java
Executable file
19
comm/RechargeBlockchain/src/project/blockchain/event/model/RechargeInfo.java
Executable file
@@ -0,0 +1,19 @@
|
||||
package project.blockchain.event.model;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
@Data
|
||||
public class RechargeInfo {
|
||||
// 该值可能为空,给用户直接打钱时
|
||||
private String orderNo;
|
||||
|
||||
private double amount;
|
||||
|
||||
private String applyUserId;
|
||||
|
||||
private String walletLogId;
|
||||
|
||||
private Date eventTime;
|
||||
}
|
||||
Reference in New Issue
Block a user