From ae6eec0f0adec077169455e79de95c3d5a0968c5 Mon Sep 17 00:00:00 2001
From: mg <maokecheng@163.com>
Date: 星期四, 29 九月 2022 13:19:46 +0800
Subject: [PATCH] 案件详情。

---
 ycl-platform/src/main/java/com/ycl/dto/casePool/ViolationParam.java       |   28 +++++++-------
 ycl-platform/src/main/java/com/ycl/dto/casePool/IllegalBuildingParam.java |   30 +++++++-------
 ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java  |   12 ++++++
 3 files changed, 41 insertions(+), 29 deletions(-)

diff --git a/ycl-platform/src/main/java/com/ycl/dto/casePool/IllegalBuildingParam.java b/ycl-platform/src/main/java/com/ycl/dto/casePool/IllegalBuildingParam.java
index 893e947..e946f92 100644
--- a/ycl-platform/src/main/java/com/ycl/dto/casePool/IllegalBuildingParam.java
+++ b/ycl-platform/src/main/java/com/ycl/dto/casePool/IllegalBuildingParam.java
@@ -11,14 +11,14 @@
     /**
      * 闂绫诲埆锛�1-杩濊 2-杩濆缓锛�
      */
-    @ApiModelProperty(value = "闂绫诲埆锛�1-杩濊 2-杩濆缓", dataType = "Integer")
+    @ApiModelProperty(value = "闂绫诲埆锛�1-杩濊 2-杩濆缓")
     @NotNull(message = "涓嶅厑璁搁棶棰樼被鍨嬩负绌�")
     private Integer category;
 
     /**
      * 杩濆缓绫诲埆
      */
-    @ApiModelProperty(value = "杩濆缓绫诲埆", dataType = "Integer")
+    @ApiModelProperty(value = "杩濆缓绫诲埆")
     @NotBlank(message = "涓嶅厑璁歌繚寤虹被鍒负绌�")
     private Integer categoryId;
 
@@ -26,7 +26,7 @@
     /**
      * 鎵�灞炵ぞ鍖�
      */
-    @ApiModelProperty(value = "鎵�灞炵ぞ鍖�", dataType = "Integer")
+    @ApiModelProperty(value = "鎵�灞炵ぞ鍖�")
     @NotBlank(message = "涓嶅厑璁告墍灞炵ぞ鍖轰负绌�")
     private Integer communityId;
 
@@ -35,84 +35,84 @@
     /**
      * 鎶ヨ鐐逛綅 浜嬪彂鍦扮偣
      */
-    @ApiModelProperty(value = "浜嬪彂鍦扮偣", dataType = "String")
+    @ApiModelProperty(value = "浜嬪彂鍦扮偣")
     @NotBlank(message = "涓嶅厑璁镐簨鍙戝湴鐐逛负绌�")
     private String site;
 
     /**
      * 褰撲簨浜哄鍚�
      */
-    @ApiModelProperty(value = "褰撲簨浜哄鍚�", dataType = "String")
+    @ApiModelProperty(value = "褰撲簨浜哄鍚�")
     @NotBlank(message = "涓嶅厑璁稿綋浜嬩汉濮撳悕涓虹┖")
     private String partyName;
 
     /**
      * 褰撲簨浜鸿韩浠借瘉鍙风爜
      */
-    @ApiModelProperty(value = "褰撲簨浜鸿韩浠借瘉鍙风爜", dataType = "String")
+    @ApiModelProperty(value = "褰撲簨浜鸿韩浠借瘉鍙风爜")
     @NotBlank(message = "涓嶅厑璁稿綋浜嬩汉韬唤璇佸彿鐮佷负绌�")
     private String partyIdCard;
 
     /**
      * 褰撲簨浜鸿仈绯荤數璇�
      */
-    @ApiModelProperty(value = "浜嬪彂鍦扮偣", dataType = "String")
+    @ApiModelProperty(value = "浜嬪彂鍦扮偣")
     @NotBlank(message = "涓嶅厑璁镐簨鍙戝湴鐐逛负绌�")
     private String partyPhone;
 
     /**
      * 韬唤璇佹闈�
      */
-    @ApiModelProperty(value = "韬唤璇佹闈�", dataType = "String")
+    @ApiModelProperty(value = "韬唤璇佹闈�")
     @NotBlank(message = "涓嶅厑璁歌韩浠借瘉姝i潰涓虹┖")
     private String positive;
 
     /**
      * 韬唤璇佸弽闈�
      */
-    @ApiModelProperty(value = "韬唤璇佸弽闈�", dataType = "String")
+    @ApiModelProperty(value = "韬唤璇佸弽闈�")
     @NotBlank(message = "涓嶅厑璁歌韩浠借瘉鍙嶉潰涓虹┖")
     private String negative;
 
     /**
      * 杩濆缓鍏蜂綋浣嶇疆
      */
-    @ApiModelProperty(value = "杩濆缓鍏蜂綋浣嶇疆", dataType = "String")
+    @ApiModelProperty(value = "杩濆缓鍏蜂綋浣嶇疆")
     @NotBlank(message = "涓嶅厑璁歌繚寤哄叿浣撲綅缃负绌�")
     private String position;
 
     /**
      * 杩濆缓闀�
      */
-    @ApiModelProperty(value = "杩濆缓闀�", dataType = "String")
+    @ApiModelProperty(value = "杩濆缓闀�")
     @NotBlank(message = "涓嶅厑璁歌繚寤洪暱涓虹┖")
     private Float buildingLength;
 
     /**
      * 杩濆缓瀹�
      */
-    @ApiModelProperty(value = "杩濆缓瀹�", dataType = "String")
+    @ApiModelProperty(value = "杩濆缓瀹�")
     @NotBlank(message = "涓嶅厑璁歌繚寤哄涓虹┖")
     private Float buildingWidth;
 
     /**
      * 杩濆缓楂�
      */
-    @ApiModelProperty(value = "杩濆缓楂�", dataType = "String")
+    @ApiModelProperty(value = "杩濆缓楂�")
     @NotBlank(message = "涓嶅厑璁歌繚寤洪珮涓虹┖")
     private Float buildingHigh;
 
     /**
      * 杩濆缓闈㈢Н
      */
-    @ApiModelProperty(value = "杩濆缓闈㈢Н", dataType = "String")
+    @ApiModelProperty(value = "杩濆缓闈㈢Н")
     @NotBlank(message = "涓嶅厑璁歌繚寤洪潰绉负绌�")
     private Float buildingArea;
 
     /**
      * 杩濆缓鏉愭枡
      */
-    @ApiModelProperty(value = "杩濆缓鏉愭枡", dataType = "String")
+    @ApiModelProperty(value = "杩濆缓鏉愭枡")
     @NotBlank(message = "涓嶅厑璁歌繚寤烘潗鏂欎负绌�")
     private String materials;
 }
diff --git a/ycl-platform/src/main/java/com/ycl/dto/casePool/ViolationParam.java b/ycl-platform/src/main/java/com/ycl/dto/casePool/ViolationParam.java
index 90853df..3966a9c 100644
--- a/ycl-platform/src/main/java/com/ycl/dto/casePool/ViolationParam.java
+++ b/ycl-platform/src/main/java/com/ycl/dto/casePool/ViolationParam.java
@@ -11,35 +11,35 @@
     /**
      * 闂绫诲埆锛�1-杩濊 2-杩濆缓锛�
      */
-    @ApiModelProperty(value = "闂绫诲埆锛�1-杩濊 2-杩濆缓", dataType = "Integer")
+    @ApiModelProperty(value = "闂绫诲埆锛�1-杩濊 2-杩濆缓")
     @NotNull(message = "涓嶅厑璁搁棶棰樼被鍨嬩负绌�")
     private Integer category;
 
     /**
      * 澶х被
      */
-    @ApiModelProperty(value = "澶х被", dataType = "Integer")
+    @ApiModelProperty(value = "澶х被")
     @NotNull(message = "涓嶅厑璁稿ぇ绫讳负绌�")
     private Integer categoryId;
 
     /**
      * 灏忕被
      */
-    @ApiModelProperty(value = "灏忕被", dataType = "Integer")
+    @ApiModelProperty(value = "灏忕被")
     @NotNull(message = "涓嶅厑璁稿皬绫讳负绌�")
     private Integer typeId;
 
     /**
      * 鎵�灞炶閬�
      */
-    @ApiModelProperty(value = "鎵�灞炶閬�", dataType = "Integer")
+    @ApiModelProperty(value = "鎵�灞炶閬�")
     @NotNull(message = "涓嶅厑璁告墍灞炶閬撲负绌�")
     private Integer streetId;
 
     /**
      * 鎵�灞炵ぞ鍖�
      */
-    @ApiModelProperty(value = "鎵�灞炵ぞ鍖�", dataType = "Integer")
+    @ApiModelProperty(value = "鎵�灞炵ぞ鍖�")
     @NotBlank(message = "涓嶅厑璁告墍灞炵ぞ鍖轰负绌�")
     private Integer communityId;
 
@@ -47,7 +47,7 @@
     /**
      * 妗堢敱
      */
-    @ApiModelProperty(value = "妗堢敱", dataType = "String")
+    @ApiModelProperty(value = "妗堢敱")
     @NotBlank(message = "涓嶅厑璁告鐢变负绌�")
     private String actionCause;
 
@@ -55,50 +55,50 @@
     /**
      * 鎶ヨ鐐逛綅 浜嬪彂鍦扮偣
      */
-    @ApiModelProperty(value = "浜嬪彂鍦扮偣", dataType = "String")
+    @ApiModelProperty(value = "浜嬪彂鍦扮偣")
     @NotBlank(message = "涓嶅厑璁镐簨鍙戝湴鐐逛负绌�")
     private String site;
 
     /**
      * 鏄惁鍏宠仈鍟嗛摵
      */
-    @ApiModelProperty(value = "鏄惁鍏宠仈鍟嗛摵", dataType = "Boolean")
+    @ApiModelProperty(value = "鏄惁鍏宠仈鍟嗛摵(0鍚�1鏄�)")
     private Integer linkShop;
 
     /**
      * 鍏宠仈鍟嗛摵鍚嶇О
      */
-    @ApiModelProperty(value = "鍏宠仈鍟嗛摵鍚嶇О", dataType = "String")
+    @ApiModelProperty(value = "鍏宠仈鍟嗛摵鍚嶇О")
     private String shopName;
 
     /**
      * 杞︾墝鍙�
      */
-    @ApiModelProperty(value = "杞︾墝鍙�", dataType = "String")
+    @ApiModelProperty(value = "杞︾墝鍙�")
     private String carNumber;
 
     /**
      * 闂鎻忚堪
      */
-    @ApiModelProperty(value = "闂鎻忚堪", dataType = "String")
+    @ApiModelProperty(value = "闂鎻忚堪")
     @NotBlank(message = "涓嶅厑璁搁棶棰樻弿杩颁负绌�")
     private String description;
 
     /**
      * 鍙嶆槧浜�
      */
-    @ApiModelProperty(value = "鍙嶆槧浜�", dataType = "String")
+    @ApiModelProperty(value = "鍙嶆槧浜�")
     private String informant;
 
     /**
      * 鍙嶆槧浜鸿仈绯绘柟寮�
      */
-    @ApiModelProperty(value = "鍙嶆槧浜鸿仈绯绘柟寮�", dataType = "String")
+    @ApiModelProperty(value = "鍙嶆槧浜鸿仈绯绘柟寮�")
     private String informantPhoneCode;
 
     /**
      * 韬唤璇佸彿鐮�
      */
-    @ApiModelProperty(value = "韬唤璇佸彿鐮�", dataType = "String")
+    @ApiModelProperty(value = "韬唤璇佸彿鐮�")
     private String informantIdCard;
 }
diff --git a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java
index 26b3d38..87aaa07 100644
--- a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java
+++ b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java
@@ -83,4 +83,16 @@
     private LocalDateTime createTime;
 
 
+    /**
+     * 缁撴灉
+     */
+    @TableField("result")
+    private String result;
+
+    /**
+     * 闄愬埗鏃堕檺
+     */
+    @TableField("limit_time")
+    private LocalDateTime limitTime;
+
 }

--
Gitblit v1.8.0