From 8aba8319f206eb3ae3f3041128c7f73bdaef4fd6 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 29 十二月 2022 12:09:52 +0800
Subject: [PATCH] 案件池,已上报状态查询修改

---
 ycl-platform/src/main/java/com/ycl/vo/equipment/EquipmentBayonetVO.java |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/ycl-platform/src/main/java/com/ycl/vo/equipment/EquipmentBayonetVO.java b/ycl-platform/src/main/java/com/ycl/vo/equipment/EquipmentBayonetVO.java
index 7e9ed3e..3645a59 100644
--- a/ycl-platform/src/main/java/com/ycl/vo/equipment/EquipmentBayonetVO.java
+++ b/ycl-platform/src/main/java/com/ycl/vo/equipment/EquipmentBayonetVO.java
@@ -31,7 +31,7 @@
      */
     @ApiModelProperty(value = "鍗″彛鍚嶇О")
     @ExcelProperty(index = 0, value = "鍗″彛鍚嶇О")
-    private String bayonetName;
+    private String name;
 
     /**
      * 鍗″彛缁忓害
@@ -72,13 +72,30 @@
      * 鍓嶇绫诲瀷
      */
     @ApiModelProperty(value = "鍓嶇绫诲瀷")
+    @ExcelIgnore
+    private Integer frontEndType;
+
+    /**
+     * 鍑哄叆鍩庣被鍨�
+     */
+    @ApiModelProperty(value = "鍑哄叆鍩庣被鍨�")
+    @ExcelIgnore
+    private Integer inOutCityType;
+    /**
+     * 鍓嶇绫诲瀷
+     */
+    @ApiModelProperty(value = "鍓嶇绫诲瀷")
     @ExcelProperty(index = 5, value = "鍓嶇绫诲瀷")
-    private String frontEndType;
+    private String frontEndTypeName;
 
     /**
      * 鍑哄叆鍩庣被鍨�
      */
     @ApiModelProperty(value = "鍑哄叆鍩庣被鍨�")
     @ExcelProperty(index = 6, value = "鍑哄叆鍩庣被鍨�")
-    private String inOutCityType;
+    private String inOutCityTypeName;
+
+    @ApiModelProperty(value = "鎵�灞炲尯鍩�")
+    @ExcelProperty(index = 7, value = "鎵�灞炲尯鍩�")
+    private String belongArea;
 }
\ No newline at end of file

--
Gitblit v1.8.0