From 522dafb06be3374f27d087c370bcf06027e0f1cc Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 11 五月 2024 14:08:07 +0800
Subject: [PATCH] 增加代码注释
---
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