From 03a3edee9ff27fa9bb4b32dcda08e279c7c094c8 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期五, 28 十一月 2025 17:30:11 +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