From 11e8a8f6e8cc27514447a49606842b890cdadba8 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 14 二月 2025 14:43:56 +0800
Subject: [PATCH] 流程日志查询完善

---
 business/src/main/java/com/ycl/domain/vo/ProjectInfoVO.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/business/src/main/java/com/ycl/domain/vo/ProjectInfoVO.java b/business/src/main/java/com/ycl/domain/vo/ProjectInfoVO.java
index dd484b4..25d3d3c 100644
--- a/business/src/main/java/com/ycl/domain/vo/ProjectInfoVO.java
+++ b/business/src/main/java/com/ycl/domain/vo/ProjectInfoVO.java
@@ -169,7 +169,8 @@
     private ProjectInvestmentFundingVO projectInvestmentFunding;
     private ProjectUnitRegistrationInfoVO projectUnitRegistrationInfo;
     private ProjectInvestmentPolicyComplianceVO projectInvestmentPolicyCompliance;
-
+    private Boolean auditRole;
+    private String projectOwnerUnitName;
     public static ProjectInfoVO getVoByEntity(@NonNull ProjectInfo entity, ProjectInfoVO vo) {
         if(vo == null) {
             vo = new ProjectInfoVO();

--
Gitblit v1.8.0