Commit 23624918 authored by hezhen's avatar hezhen

123

parent 88bbaf79
...@@ -333,4 +333,12 @@ public class Vehicle { ...@@ -333,4 +333,12 @@ public class Vehicle {
@ApiModelProperty("申请id") @ApiModelProperty("申请id")
private Integer vehicleApplyId; private Integer vehicleApplyId;
@ApiModelProperty("品牌名称")
private String brandName;
@ApiModelProperty("型号名称")
private String categoryName;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment