From 564392dded17bac3ee85b66227099d68800ee4e0 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期二, 09 十二月 2025 15:34:49 +0800
Subject: [PATCH] 修改功能
---
multi-system/src/main/java/com/gkhy/exam/system/domain/InternalAuditEvaluate.java | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/multi-system/src/main/java/com/gkhy/exam/system/domain/InternalAuditEvaluate.java b/multi-system/src/main/java/com/gkhy/exam/system/domain/InternalAuditEvaluate.java
index b1dc6b6..a88d288 100644
--- a/multi-system/src/main/java/com/gkhy/exam/system/domain/InternalAuditEvaluate.java
+++ b/multi-system/src/main/java/com/gkhy/exam/system/domain/InternalAuditEvaluate.java
@@ -45,8 +45,11 @@
private String paperName;
@ApiModelProperty(value = "证书")
- @TableField("certifity")
- private String certifity;
+ @TableField("paper_student_id")
+ private Long paperStudentId;
+
+ @TableField(exist = false)
+ private String number;
@ApiModelProperty(value = "审核经历次数")
@TableField("amount")
--
Gitblit v1.9.2