Helius
2020-07-06 88c4fdfeaea7640ade57e391e0587b3491da60e5
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;
}