xiaoyong931011
2020-09-04 770a03e01a8ef5e799b1c2c371bc48d22fcbccf1
src/main/java/com/xcong/excoin/modules/coin/parameter/dto/TransferOfBalanceDto.java
@@ -9,7 +9,7 @@
import lombok.Data;
@Data
@ApiModel(value = "资金划转参数接收类", description = "资金划转参数接收类")
@ApiModel(value = "TransferOfBalanceDto", description = "资金划转参数接收类")
public class TransferOfBalanceDto {
   @NotNull(message = "划转金额不能为空")
@@ -20,7 +20,4 @@
    @ApiModelProperty(value = "币种", example = "USDT")
    private String symbol;
   
   @NotNull(message = "账户类型不能为空")
    @ApiModelProperty(value = "账户类型", example = "1")
   private Integer transfertype;
}