@@ -38,6 +38,13 @@ public class CarInfoVo implements Serializable {
@Schema(description = "车牌号")
private String licenseNo;
+ /**
+ * 是否已上牌0-是
+ */
+ @Schema(description = "是否已上牌0-是")
+ private String isRegistered;
+
/**
* 车架号
*/