From 3d3620b81b9c2ae8e8f41ef542f0e5fa8ae43c00 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 06 三月 2025 10:53:27 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

---
 server/visits/dmvisit_service/src/main/java/com/doumee/dao/web/response/platformReport/TotalOutQtyNumVO.java |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/web/response/platformReport/TotalOutQtyNumVO.java b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/web/response/platformReport/TotalOutQtyNumVO.java
index bc19379..41537c8 100644
--- a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/web/response/platformReport/TotalOutQtyNumVO.java
+++ b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/web/response/platformReport/TotalOutQtyNumVO.java
@@ -19,6 +19,12 @@
     private BigDecimal currentInNum;
     @ApiModelProperty(value = "褰撳墠鍛ㄦ湡鍑哄簱閲�(鐪佸)")
     private BigDecimal currentOutNum;
+
+    @ApiModelProperty(value = "褰撳墠璋冩嫧鍑哄簱閲�(鐪佸唴+鐪佸)")
+    private BigDecimal currentProvinceNum;
+    @ApiModelProperty(value = "褰撳墠鍏朵粬鍑哄簱閲�(鐪佸+鐪佸)")
+    private BigDecimal currentOtherNum;
+
     @ApiModelProperty(value = "涓婇殧澶╁懆鏈熷嚭搴撻噺锛堢渷鍐咃級")
     private BigDecimal lastInNum;
     @ApiModelProperty(value = "涓婁釜鍛ㄦ湡鍑哄簱閲忥紙鐪佸锛�")
@@ -27,5 +33,7 @@
     private BigDecimal sameInNum;
     @ApiModelProperty(value = "鍘诲勾鍚屾湡鍑哄簱閲忥紙鐪佸锛�")
     private BigDecimal sameOutNum;
+    @ApiModelProperty(value = "绱杞︽鏁伴噺")
+    private int totalCarNum;
 
 }

--
Gitblit v1.9.3