From e723f28d33de6348849e90352d56f7a600e62456 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期五, 10 五月 2024 14:23:19 +0800
Subject: [PATCH] 修改lambda错误
---
smart-man-boot/src/main/java/com/qianwen/smartman/modules/tpm/entity/RepairRecordFile.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/tpm/entity/RepairRecordFile.java b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/tpm/entity/RepairRecordFile.java
index 22f9b4b..7c3d0e0 100644
--- a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/tpm/entity/RepairRecordFile.java
+++ b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/tpm/entity/RepairRecordFile.java
@@ -8,7 +8,7 @@
@ApiModel(description = "缁翠慨璁板綍闄勪欢琛�")
@TableName("blade_repair_record_file")
-/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/tpm/entity/RepairRecordFile.class */
+
public class RepairRecordFile extends TenantEntity {
@TableField("repair_record_id")
private Long repairRecordId;
--
Gitblit v1.9.3