first commit
This commit is contained in:
14
comm/Wallet/src/project/wallet/dto/RechargePartyResultDTO.java
Executable file
14
comm/Wallet/src/project/wallet/dto/RechargePartyResultDTO.java
Executable file
@@ -0,0 +1,14 @@
|
||||
package project.wallet.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
|
||||
@Data
|
||||
public class RechargePartyResultDTO implements Serializable {
|
||||
|
||||
private Integer number;
|
||||
|
||||
private String amount;
|
||||
}
|
||||
Reference in New Issue
Block a user