From 55a173ec806bbe9ea00c6801e6c5b87b7af2f3eb Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 10 二月 2025 16:00:45 +0800 Subject: [PATCH] 超时统计、临期事项统计逻辑更换、剩余事项bug --- business/src/main/java/com/ycl/domain/vo/ProjectInfoVO.java | 4 +++- 1 files changed, 3 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 f1da1e0..dd484b4 100644 --- a/business/src/main/java/com/ycl/domain/vo/ProjectInfoVO.java +++ b/business/src/main/java/com/ycl/domain/vo/ProjectInfoVO.java @@ -135,7 +135,7 @@ /** 椤圭洰涓氫富鍗曚綅 */ @ApiModelProperty("椤圭洰涓氫富鍗曚綅") - private String projectOwnerUnit; + private Long projectOwnerUnit; /** 椤圭洰鑱旂郴浜� */ @ApiModelProperty("椤圭洰鑱旂郴浜�") @@ -162,6 +162,8 @@ @ApiModelProperty("鏂囦欢") private List<File> fileList; + private Integer usedStatus; + private String remark; private Long processId; private ProjectInvestmentInfoVO projectInvestmentInfo; private ProjectInvestmentFundingVO projectInvestmentFunding; -- Gitblit v1.8.0