@@ -22,7 +22,7 @@ import javax.validation.constraints.Past;
@ApiModel(value = "车辆信息")
public class CarInfoVo {
- @NotNull
+// @NotNull(message = "品牌型号不能为空")
@ApiModelProperty(value = "品牌型号")
private String brandName;