From acad75793d64779c8c8b19a98a9d74dc12a8cd5e Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期二, 01 十一月 2022 22:19:12 +0800
Subject: [PATCH] 违章统计

---
 ycl-platform/src/main/java/com/ycl/dto/statistics/UnlawfulShopDto.java |   39 +++++++++++++++------------------------
 1 files changed, 15 insertions(+), 24 deletions(-)

diff --git a/ycl-platform/src/main/java/com/ycl/dto/statistics/UnlawfulTypeDto.java b/ycl-platform/src/main/java/com/ycl/dto/statistics/UnlawfulShopDto.java
similarity index 62%
copy from ycl-platform/src/main/java/com/ycl/dto/statistics/UnlawfulTypeDto.java
copy to ycl-platform/src/main/java/com/ycl/dto/statistics/UnlawfulShopDto.java
index 426f896..008bc80 100644
--- a/ycl-platform/src/main/java/com/ycl/dto/statistics/UnlawfulTypeDto.java
+++ b/ycl-platform/src/main/java/com/ycl/dto/statistics/UnlawfulShopDto.java
@@ -6,7 +6,7 @@
 
 
 /**
- * UnlawfulTypeDto 鎸夎繚瑙勭被鍨嬬粺璁�
+ * UnlawfulShopDto 闂ㄥ墠涓夊寘缁熻
  *
  * @version V1.0
  * @author: AI
@@ -15,10 +15,10 @@
 @Data
 @AllArgsConstructor
 @NoArgsConstructor
-public class UnlawfulTypeDto {
+public class UnlawfulShopDto {
 
     /**
-     * 绫诲瀷鍚嶇О
+     * 鍟嗘埛鍚嶇О
      */
     private String name;
 
@@ -28,9 +28,19 @@
     private Integer count;
 
     /**
-     * 鍗犳瘮
+     * 鍖呭崼鐢�
      */
-    private Double ratio;
+    private Integer sanitation;
+
+    /**
+     * 鍖呯З缁�
+     */
+    private Integer orderliness;
+
+    /**
+     * 鍖呰鏂�
+     */
+    private Integer facility;
 
     /**
      * 绔嬫
@@ -38,29 +48,10 @@
     private Integer register;
 
     /**
-     * 鏆備笉绔嬫
-     */
-    private Integer notRegister;
-
-    /**
-     * 缁撴
-     */
-    private Integer closing;
-
-    /**
-     * 鍐嶅涔�
-     */
-    private Integer relearn;
-
-    /**
      * 宸插鏍�
      */
     private Integer checked;
 
-    /**
-     * 瀹℃牳鐜�
-     */
-    private Double checkedRatio;
 
     /**
      * 绔嬫鐜�

--
Gitblit v1.8.0