k94314517
2025-03-06 cf7631b759d88a79164f9d6a4ad55727e89bd03b
server/system_service/src/main/java/com/doumee/service/business/third/model/response/TmsTotalAndReportVehicleQtyResponse.java
@@ -22,4 +22,7 @@
    private BigDecimal   reportQty;//   数字   提报运力数
    @ApiModelProperty(value = "总运力数" )
    private BigDecimal   totalQty;//   数字   总运力数
    @ApiModelProperty(value = "在途数量" )
    private BigDecimal   inTransitQty;//   数字   在途数量
}