From cc0bdfb33ef638dfafe3185c92c7076d815e1c9b Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 18 五月 2024 21:42:19 +0800
Subject: [PATCH] 代码优化

---
 smart-man-boot/src/main/java/com/qianwen/smartman/modules/system/vo/ChartGanttStatusDataVO.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/system/vo/ChartGanttStatusDataVO.java b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/system/vo/ChartGanttStatusDataVO.java
index bf4c9ca..44f4703 100644
--- a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/system/vo/ChartGanttStatusDataVO.java
+++ b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/system/vo/ChartGanttStatusDataVO.java
@@ -4,7 +4,7 @@
 import java.util.List;
 import com.qianwen.smartman.modules.system.entity.SeriesItem;
 
-/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/system/vo/ChartGanttStatusDataVO.class */
+
 public class ChartGanttStatusDataVO {
     private List<ColorStatus> colorStatusInfo;
     private List<SeriesItem<GanttStatusVO>> series;
@@ -75,7 +75,7 @@
         return this.series;
     }
 
-    /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/system/vo/ChartGanttStatusDataVO$ColorStatus.class */
+    
     public static class ColorStatus {
         private String color;
         private Integer status;

--
Gitblit v1.9.3