|
|
@@ -29,7 +29,6 @@ public class CustomerInfoVo {
|
|
|
private String name;
|
|
|
|
|
|
@NotNull(message = "车主、投保人、被保人身份证号不能为空")
|
|
|
- @CheckIdentifyNumber
|
|
|
@ApiModelProperty("身份证号")
|
|
|
private String identifyNumber;
|
|
|
|
|
|
@@ -87,7 +86,9 @@ public class CustomerInfoVo {
|
|
|
private String property;
|
|
|
|
|
|
@ApiModelProperty(value = "注册资本金")
|
|
|
- private String RegisteredCapital;
|
|
|
+ private String registeredCapital;
|
|
|
+ @ApiModelProperty(value = "经营范围")
|
|
|
+ private String scope;
|
|
|
|
|
|
|
|
|
public boolean contrastInfo(CustomerInfoVo customerInfoVo) {
|