From 1e72052f14083ce772bc7664aea606d86325150f Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 02 一月 2025 18:23:47 +0800 Subject: [PATCH] 流程日志代码、流程推进详情页查询中的处理人、处理单位数据结构调整 --- business/src/main/java/com/ycl/domain/vo/ProjectPlanResponseVO.java | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/business/src/main/java/com/ycl/domain/vo/ProjectPlanResponseVO.java b/business/src/main/java/com/ycl/domain/vo/ProjectPlanResponseVO.java index b12c748..21a51d1 100644 --- a/business/src/main/java/com/ycl/domain/vo/ProjectPlanResponseVO.java +++ b/business/src/main/java/com/ycl/domain/vo/ProjectPlanResponseVO.java @@ -12,11 +12,13 @@ private String projectName; private Integer reportStatus; private String projectCode; - private Integer projectType; - private Integer projectPhase; + private String projectType; + private String projectPhase; private Integer monthStatus; private Integer seasonStatus; private Integer yearStatus; - private Integer projectStatus; - private Integer investType; + private String projectStatus; + private String investType; + private String projectColorCode; + private Integer exception; } -- Gitblit v1.8.0