|
@@ -33,7 +33,7 @@ public class CustomerInfoVo {
|
|
|
@ApiModelProperty("身份证号")
|
|
@ApiModelProperty("身份证号")
|
|
|
private String identifyNumber;
|
|
private String identifyNumber;
|
|
|
|
|
|
|
|
- @NotNull(message = "(企业)车主、投保人、被保人组织机构代码不能为空")
|
|
|
|
|
|
|
+// @NotNull(message = "(企业)车主、投保人、被保人组织机构代码不能为空")
|
|
|
@ApiModelProperty("组织机构代码")
|
|
@ApiModelProperty("组织机构代码")
|
|
|
private String organizationCode;
|
|
private String organizationCode;
|
|
|
|
|
|