|
|
@ -33,7 +33,7 @@ public class VinListVo implements Vo { |
|
|
|
private String certificateState; // 合格证状态value
|
|
|
|
@ApiModelProperty("信审终审状态") |
|
|
|
@JsonProperty("xSState") |
|
|
|
private String xSState; |
|
|
|
private String xSState = "-"; |
|
|
|
@ApiModelProperty("主车合格证照片") |
|
|
|
private List<String> zcHgzImages = new ArrayList<>(); |
|
|
|
} |
|
|
|