|
@@ -15,11 +15,16 @@ public class RiderDTO {
|
|
|
@ApiModelProperty(value = "用户ID", name = "userId")
|
|
@ApiModelProperty(value = "用户ID", name = "userId")
|
|
|
private Long userId;
|
|
private Long userId;
|
|
|
|
|
|
|
|
- @ApiModelProperty(value = "摩托车图片", name = "motorcycle")
|
|
|
|
|
- private String motorcycleImg;
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "交通工具",name = "transportation")
|
|
|
|
|
+ private String transportation;
|
|
|
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "交通工具照片", name = "transportationImg")
|
|
|
|
|
+ private String transportationImg;
|
|
|
|
|
+
|
|
|
|
|
+/*
|
|
|
@ApiModelProperty(value = "车牌照片", name = "licensePlateImg")
|
|
@ApiModelProperty(value = "车牌照片", name = "licensePlateImg")
|
|
|
private String licensePlateImg;
|
|
private String licensePlateImg;
|
|
|
|
|
+*/
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "驾照照片",name = "driverLicenseImg")
|
|
@ApiModelProperty(value = "驾照照片",name = "driverLicenseImg")
|
|
|
private String driverLicenseImg;
|
|
private String driverLicenseImg;
|