From 55f7e6cdbd00b0ab4a98fb8edde83e16a423baaa Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: Wed, 29 Apr 2026 15:17:36 +0800
Subject: [PATCH] 修改minio配置

---
 multi-system/src/main/java/com/gkhy/exam/system/domain/req/CatalogueProjectDocumentReq.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/multi-system/src/main/java/com/gkhy/exam/system/domain/req/CatalogueProjectDocumentReq.java b/multi-system/src/main/java/com/gkhy/exam/system/domain/req/CatalogueProjectDocumentReq.java
index 8992e2d..929b8dc 100644
--- a/multi-system/src/main/java/com/gkhy/exam/system/domain/req/CatalogueProjectDocumentReq.java
+++ b/multi-system/src/main/java/com/gkhy/exam/system/domain/req/CatalogueProjectDocumentReq.java
@@ -1,14 +1,19 @@
 package com.gkhy.exam.system.domain.req;
 
 import com.gkhy.exam.system.domain.ProjectDocument;
+import io.swagger.annotations.ApiModel;
+import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
 
 import java.util.List;
 
 @Data
+@ApiModel(value = "CatalogueProjectDocumentReq",description = "项目文档")
 public class CatalogueProjectDocumentReq {
     private Integer companyId;
     private Integer catalogueId;
     private Integer itemId;
+    @ApiModelProperty(value = "文档类型3涉及开发过程11项目策划目录12生产过程目录13不合格品目录")
+    private Integer type;
     private List<ProjectDocument> projectDocuments;
 }

--
Gitblit v1.9.2