Helius
2020-08-28 17b12b82967c65d170b7bda3c79e3aa76ecfa746
src/main/java/com/xcong/excoin/modules/member/parameter/dto/MemberAuthenticationDto.java
@@ -41,5 +41,9 @@
   @NotNull(message = "国家不能为空")
    @ApiModelProperty(value = "国家", example = "国家")
   private String nation;
   @NotNull(message = "类型不能为空")
    @ApiModelProperty(value = "类型1:身份证2:护照编号", example = "1")
   private String type;
}