From fd071f321fb967f36cf795fc40b4f2e87e89e69d Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 12 十二月 2022 22:38:24 +0800
Subject: [PATCH] 预警研判
---
ycl-platform/src/main/java/com/ycl/entity/caseHandler/Violations.java | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
diff --git a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/Violations.java b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/Violations.java
index 826b2b9..a328a7f 100644
--- a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/Violations.java
+++ b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/Violations.java
@@ -73,7 +73,7 @@
*/
@TableField("shop_name")
@ApiModelProperty(value = "鍏宠仈鍟嗛摵鍚嶇О")
- private String shopName;
+ private Integer shopName;
/**
* 杞︾墝鍙�
@@ -117,4 +117,29 @@
@ApiModelProperty(value = "瑙嗛鎶ヨid")
private Integer videoAlarmReportId;
+ /**
+ * 瑙嗛鎶ヨid
+ */
+ @TableField("video_point_id")
+ @ApiModelProperty(value = "瑙嗛鐐逛綅")
+ private Integer videoPointId;
+
+ /**
+ * 澶х被鏂囨湰
+ */
+ @TableField(value = "category_text", exist = false)
+ @ApiModelProperty(value = "鎵�灞炵ぞ鍖烘枃鏈�")
+ private String categoryText;
+ /**
+ * 灏忕被鏂囨湰
+ */
+ @TableField(value = "type_text", exist = false)
+ @ApiModelProperty(value = "灏忕被鏂囨湰")
+ private String typeText;
+ /**
+ * 浜嬩欢绛夌骇鏂囨湰
+ */
+ @TableField(value = "grade_text", exist = false)
+ @ApiModelProperty(value = "浜嬩欢绛夌骇鏂囨湰")
+ private String gradeText;
}
--
Gitblit v1.8.0