Helius
2020-11-30 50d3d5e3e3282f757ea639f9ca1939d429c6fd5d
src/main/java/com/xcong/excoin/common/system/dto/OutCenterRegisterDto.java
@@ -1,5 +1,7 @@
package com.xcong.excoin.common.system.dto;
import javax.validation.constraints.NotNull;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@@ -10,10 +12,15 @@
   
   @ApiModelProperty(value = "推荐人Uid", example = "rxadr3")
    private String refererId;
   @NotNull(message = "资金交易密码不能为空")
   @ApiModelProperty(value = "资金交易密码", example = "1qazwsx")
   private String password;
   @ApiModelProperty(value = "钱包名称", example = "qwer")
    private String walletName;
   @ApiModelProperty(value = "终端ID", example = "21220sdsf")
    private String terminalId;