k94314517
2025-05-08 b506069b94a3030be6f7059922cc83b56b6e9537
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;//   数字   在途数量
}