|
@ -52,4 +52,6 @@ public class BusVehicleApplyDetail extends BaseEntity { |
|
|
private String actualPay; |
|
|
private String actualPay; |
|
|
@ApiModelProperty("厂家销售通路sid") |
|
|
@ApiModelProperty("厂家销售通路sid") |
|
|
private String actualSid; |
|
|
private String actualSid; |
|
|
|
|
|
@ApiModelProperty("车辆型号") |
|
|
|
|
|
private String vehicleNo; |
|
|
} |
|
|
} |
|
|