Browse Source

诚泰企业报价优化

dongxin 1 year ago
parent
commit
a0f00a75a2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/com/ydtech/modules/ins/model/vo/CustomerInfoVo.java

+ 2 - 2
src/main/java/com/ydtech/modules/ins/model/vo/CustomerInfoVo.java

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