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/ProjectDocument.java | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/multi-system/src/main/java/com/gkhy/exam/system/domain/ProjectDocument.java b/multi-system/src/main/java/com/gkhy/exam/system/domain/ProjectDocument.java
index 6b0de29..7470290 100644
--- a/multi-system/src/main/java/com/gkhy/exam/system/domain/ProjectDocument.java
+++ b/multi-system/src/main/java/com/gkhy/exam/system/domain/ProjectDocument.java
@@ -30,14 +30,18 @@
@TableField("item_id")
private Integer itemId;
- @ApiModelProperty(value = "项目id")
+ @ApiModelProperty(value = "附件名称")
@TableField("file_name")
private String fileName;
- @ApiModelProperty(value = "项目id")
+ @ApiModelProperty(value = "附件地址")
@TableField("file_path")
private String filePath;
+ @ApiModelProperty(value = "文档类型 3涉及开发过程11项目策划目录12生产过程目录13不合格品目录")
+ @TableField("document_type")
+ private Integer documentType;
+
private Integer del_flag;
--
Gitblit v1.9.2