From 0b04f664887c73e90bf684a4e69c0fdbfe26349d Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 29 三月 2023 13:35:20 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 java110-bean/src/main/java/com/java110/vo/api/ApiIndexStatisticVo.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/java110-bean/src/main/java/com/java110/vo/api/ApiIndexStatisticVo.java b/java110-bean/src/main/java/com/java110/vo/api/ApiIndexStatisticVo.java
old mode 100644
new mode 100755
index 9724808..c1d37b2
--- a/java110-bean/src/main/java/com/java110/vo/api/ApiIndexStatisticVo.java
+++ b/java110-bean/src/main/java/com/java110/vo/api/ApiIndexStatisticVo.java
@@ -19,6 +19,7 @@
     private String loseMachineCount;
     private String machineRecordCount;
     private String failRecordCount;
+    private String storeTypeCd;
 
 
 
@@ -118,4 +119,12 @@
     public void setFailRecordCount(String failRecordCount) {
         this.failRecordCount = failRecordCount;
     }
+
+    public String getStoreTypeCd() {
+        return storeTypeCd;
+    }
+
+    public void setStoreTypeCd(String storeTypeCd) {
+        this.storeTypeCd = storeTypeCd;
+    }
 }

--
Gitblit v1.8.0