From af31f0a78ec1932cec1a7e99482e7d850e60576e Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期四, 27 十一月 2025 17:23:17 +0800
Subject: [PATCH] 功能修改
---
multi-system/src/main/java/com/gkhy/exam/system/domain/ProcessInspection.java | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/multi-system/src/main/java/com/gkhy/exam/system/domain/ProcessInspection.java b/multi-system/src/main/java/com/gkhy/exam/system/domain/ProcessInspection.java
index 583e5f4..f2364b1 100644
--- a/multi-system/src/main/java/com/gkhy/exam/system/domain/ProcessInspection.java
+++ b/multi-system/src/main/java/com/gkhy/exam/system/domain/ProcessInspection.java
@@ -34,6 +34,10 @@
@TableField("type")
private Integer type;
+ @ApiModelProperty(value = "项目ID")
+ @TableField("item_id")
+ private Integer itemId;
+
@ApiModelProperty(value = "文件名称")
@TableField("file_name")
private String fileName;
--
Gitblit v1.9.2