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