xiaoyong931011
2020-11-25 ebea673301f5f1ae47e69abcdfaadb2d581cbbae
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;