接单前人车绑定关系查询

This commit is contained in:
2024-12-25 15:48:05 +08:00
parent d4fd83c8f2
commit d8e5cbeb90
6 changed files with 96 additions and 9 deletions
@@ -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() {