Helius
2020-07-07 fae05b7ffe899ab996f7a9c31b4c96df7964a0de
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;
}