From be8f5982d0a2ccfc2880a3356e9cfe816affe9ef Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 11 二月 2025 17:58:17 +0800 Subject: [PATCH] 主管部门sqlbug --- business/src/main/java/com/ycl/domain/vo/ProjectPlanResponseVO.java | 12 +++++++----- 1 files changed, 7 insertions(+), 5 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..ad4aeb1 100644 --- a/business/src/main/java/com/ycl/domain/vo/ProjectPlanResponseVO.java +++ b/business/src/main/java/com/ycl/domain/vo/ProjectPlanResponseVO.java @@ -8,15 +8,17 @@ @AllArgsConstructor @NoArgsConstructor public class ProjectPlanResponseVO { - private Integer id; + private Long id; 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