Commit 89fa2103 authored by 周健威's avatar 周健威

修改检索bug

parent 34ee340d
......@@ -112,7 +112,7 @@ public class VehicleModel implements Serializable {
@ApiModelProperty(value = "评分")
private Integer score;
@Column(name = "热度标记,1--热门;2--非热门")
@Column(name = "hot_sign")
@ApiModelProperty(value = "热度标记,1--热门;2--非热门")
Integer hotSign;
}
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