|
@@ -34,7 +34,7 @@ public class WorkerInfo {
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "司机1电话")
|
|
@ApiModelProperty(value = "司机1电话")
|
|
|
@JsonFormat(shape = JsonFormat.Shape.STRING)
|
|
@JsonFormat(shape = JsonFormat.Shape.STRING)
|
|
|
- private Long driverPhoneOne;
|
|
|
|
|
|
|
+ private String driverPhoneOne;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "司机1姓名")
|
|
@ApiModelProperty(value = "司机1姓名")
|
|
|
private String driverNameOne;
|
|
private String driverNameOne;
|
|
@@ -45,7 +45,7 @@ public class WorkerInfo {
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "司机2电话")
|
|
@ApiModelProperty(value = "司机2电话")
|
|
|
@JsonFormat(shape = JsonFormat.Shape.STRING)
|
|
@JsonFormat(shape = JsonFormat.Shape.STRING)
|
|
|
- private Long driverPhoneTwo;
|
|
|
|
|
|
|
+ private String driverPhoneTwo;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "司机2姓名")
|
|
@ApiModelProperty(value = "司机2姓名")
|
|
|
private String driverNameTwo;
|
|
private String driverNameTwo;
|
|
@@ -54,7 +54,7 @@ public class WorkerInfo {
|
|
|
private String escortName;
|
|
private String escortName;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "押运员电话")
|
|
@ApiModelProperty(value = "押运员电话")
|
|
|
- private Long escortPhone;
|
|
|
|
|
|
|
+ private String escortPhone;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "车牌号")
|
|
@ApiModelProperty(value = "车牌号")
|
|
|
private String carNumber;
|
|
private String carNumber;
|
|
@@ -72,7 +72,7 @@ public class WorkerInfo {
|
|
|
private int time;
|
|
private int time;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直接返回文字空车或重车")
|
|
@ApiModelProperty(value = "直接返回文字空车或重车")
|
|
|
- private int isZhongche;
|
|
|
|
|
|
|
+ private String isZhongche;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "装车运单数量")
|
|
@ApiModelProperty(value = "装车运单数量")
|
|
|
private int zhuangcheNumber;
|
|
private int zhuangcheNumber;
|