From ad2ec97fe0c60eee4bb7c8cdacff7c876f280ea7 Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Mon, 08 Jan 2024 11:30:18 +0800
Subject: [PATCH] 公安安全监管

---
 src/main/java/org/springblade/modules/task/entity/TaskLabelReportingEventEntity.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/springblade/modules/task/entity/TaskLabelReportingEventEntity.java b/src/main/java/org/springblade/modules/task/entity/TaskLabelReportingEventEntity.java
index 12c5e4e..ebd151f 100644
--- a/src/main/java/org/springblade/modules/task/entity/TaskLabelReportingEventEntity.java
+++ b/src/main/java/org/springblade/modules/task/entity/TaskLabelReportingEventEntity.java
@@ -50,7 +50,7 @@
 	 * 场所ID
 	 */
 	@ApiModelProperty(value = "场所ID")
-	private Integer placeId;
+	private Long placeId;
 	/**
 	 * 房屋ID
 	 */
@@ -98,7 +98,7 @@
 	 * 确认人ID
 	 */
 	@ApiModelProperty(value = "确认人ID")
-	private Integer confirmUserId;
+	private Long confirmUserId;
 	/**
 	 * 确认时间
 	 */

--
Gitblit v1.9.3