Commit c70e71d5 authored by 喻训浩's avatar 喻训浩

fix: avi修改

parent efc8d8c4
......@@ -52,12 +52,12 @@ public class PaintshopStation {
private Long laneId;
@ApiModelProperty(notes = "车道编号")
@JoinColumn(tableName = PaintshopLane.class, name = "lane_code")
//@JoinColumn(tableName = PaintshopLane.class, name = "lane_code")
@Search
private String laneCode;
@ApiModelProperty(notes = "平移车道编号")
@JoinColumn(tableName = PaintshopLane.class, name = "vehicle_lane_code")
//@JoinColumn(tableName = PaintshopLane.class, name = "vehicle_lane_code")
@Search
private String vehicleLaneCode;
......
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