|
|
@ -21,6 +21,10 @@ public class BusVehicleInformationHandover extends BaseEntity { |
|
|
|
private static final long serialVersionUID = 1L; |
|
|
|
@ApiModelProperty("交接状态") |
|
|
|
private Integer handoverState; // 交接状态
|
|
|
|
@ApiModelProperty("移交状态key002待移交 001未移交 004已移交 003移交中") |
|
|
|
private String transferStateKey; |
|
|
|
@ApiModelProperty("移交状态") |
|
|
|
private String transferStateValue; |
|
|
|
@ApiModelProperty("车架号") |
|
|
|
private String vinNo; // 车架号
|
|
|
|
@ApiModelProperty("车辆sid") |
|
|
|