接单前人车绑定关系查询
This commit is contained in:
@@ -21,6 +21,16 @@ public class CommonResponseBean<T> implements Serializable {
|
||||
private String statusCode;
|
||||
private boolean success;
|
||||
|
||||
private String[] LicensePlateNos;
|
||||
|
||||
public String[] getLicensePlateNos() {
|
||||
return LicensePlateNos;
|
||||
}
|
||||
|
||||
public void setLicensePlateNos(String[] licensePlateNos) {
|
||||
LicensePlateNos = licensePlateNos;
|
||||
}
|
||||
|
||||
private DriverBean driver;
|
||||
|
||||
public DriverBean getDriver() {
|
||||
|
||||
Reference in New Issue
Block a user