|
|
@@ -33,8 +33,10 @@ public class WorkOrderVO extends WorkOrder implements Serializable {
|
|
|
@ApiModelProperty(value = "调度员电话")
|
|
|
private String dispatcherPhone;
|
|
|
|
|
|
+ @ApiModelProperty(value = "卸车点联系人")
|
|
|
+ private String xiecheContactName;
|
|
|
@ApiModelProperty(value = "卸车点联系人电话")
|
|
|
- private String xiecheSpotPhone;
|
|
|
+ private String xiecheContactPhone;
|
|
|
|
|
|
@ApiModelProperty(value = "已读未读状态,0未读,1已读")
|
|
|
private Integer readFlag = 0;
|