|
|
@@ -33,7 +33,7 @@ public class CustomerInfoVo {
|
|
|
@ApiModelProperty("身份证号")
|
|
|
private String identifyNumber;
|
|
|
|
|
|
- @NotNull(message = "车主、投保人、被保人身份证类型不能为空")
|
|
|
+// @NotNull(message = "车主、投保人、被保人身份证类型不能为空")
|
|
|
@ApiModelProperty("身份证类型")
|
|
|
private String identifyType;
|
|
|
|