Skip to content

Commit

Permalink
add number for redpacket
Browse files Browse the repository at this point in the history
  • Loading branch information
liberhe committed Dec 19, 2023
1 parent 689d20c commit 9abef51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/java/com/dl/officialsite/redpacket/RedPacket.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ public class RedPacket {
//0 uncompleted 1 completed 2 超时 3 refund
private Integer status;

private Long amount;
private Long totalAmount;

//the number of redpacket
private Integer number;

//usdc or dai
private String token;
Expand Down

0 comments on commit 9abef51

Please sign in to comment.