ll
liukangdong
2025-01-07 9b80c42df73cb99b37d95b5c0a186ceec5e45a27
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;
}