|
|
@@ -23,8 +23,8 @@ import javax.validation.constraints.NotNull;
|
|
|
@NoArgsConstructor
|
|
|
@AllArgsConstructor
|
|
|
@ApiModel(value = "人员信息")
|
|
|
-@CodeNotNull()
|
|
|
-@CheckIdentifyNumberClass()
|
|
|
+@CodeNotNull
|
|
|
+@CheckIdentifyNumberClass
|
|
|
public class CustomerInfoVo {
|
|
|
|
|
|
@NotNull(message = "车主、投保人、被保人姓名不能为空")
|