From cac939bb4469b181844f0537fc6866fc23da9054 Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: 星期三, 03 十二月 2025 16:20:34 +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