xuhy
2023-02-22 6e2ad8bbee4a338c76b2b112a0a880883b8d8eb3
driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/warpper/AddOrderWarpper.java
@@ -17,10 +17,10 @@
    private String startLng;
    @ApiModelProperty(value = "起点纬度", required = true, dataType = "string")
    private String startLat;
    @ApiModelProperty(value = "终点地址", required = true, dataType = "string")
    @ApiModelProperty(value = "终点地址", required = false, dataType = "string")
    private String endAddress;
    @ApiModelProperty(value = "终点经度", required = true, dataType = "string")
    @ApiModelProperty(value = "终点经度", required = false, dataType = "string")
    private String endLng;
    @ApiModelProperty(value = "终点纬度", required = true, dataType = "string")
    @ApiModelProperty(value = "终点纬度", required = false, dataType = "string")
    private String endLat;
}