ll
liukangdong
2024-12-26 8866718edafe8f312feb1e7e4c3f9be531c0f7b2
server/visits/dmvisit_service/src/main/java/com/doumee/dao/web/response/platformReport/TotalOutQtyNumVO.java
@@ -27,5 +27,7 @@
    private BigDecimal sameInNum;
    @ApiModelProperty(value = "去年同期出库量(省外)")
    private BigDecimal sameOutNum;
    @ApiModelProperty(value = "累计车次数量")
    private int totalCarNum;
}