Helius
2021-02-02 c4aabe264e8f2a6002116a20b3f0b27db99c0afd
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;
}