Commit 2ba0282e authored by jiaorz's avatar jiaorz

修改查询

parent 1428b34e
...@@ -203,10 +203,4 @@ public class BaseOrder implements Serializable { ...@@ -203,10 +203,4 @@ public class BaseOrder implements Serializable {
@ApiModelProperty(value = "是否已支付") @ApiModelProperty(value = "是否已支付")
private Integer hasPay; private Integer hasPay;
@Transient
private String username;
@Transient
private String vehicalNumberPlat;
} }
...@@ -11,4 +11,8 @@ import java.util.Map; ...@@ -11,4 +11,8 @@ import java.util.Map;
public class OrderPageVO extends BaseOrder { public class OrderPageVO extends BaseOrder {
OrderRentVehicleDetail orderRentVehicleDetail; OrderRentVehicleDetail orderRentVehicleDetail;
OrderTourDetail orderTourDetail; OrderTourDetail orderTourDetail;
private String username;
private String vehicalNumberPlat;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment