Commit 47839c85 authored by 周健威's avatar 周健威

修改订单接口

parent c859ae07
......@@ -219,11 +219,11 @@ public class ShuntApply implements Serializable {
@Column(name = "brand_name")
@ApiModelProperty("品牌名称")
private Integer brandName;
private String brandName;
@Column(name = "category_name")
@ApiModelProperty("型号名称")
private Integer categoryName;
private String categoryName;
}
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