From c259536f2c3055f4f81822e159a94cdc59cc9483 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期六, 24 八月 2024 15:30:53 +0800
Subject: [PATCH] 首页后台接口基本全部完善测试(待联调)

---
 Source/Client/PLTClient/src/com/vci/client/framework/systemConfig/stafforgmanage/ListLabelCellRenderForRightRole.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Source/Client/PLTClient/src/com/vci/client/framework/systemConfig/stafforgmanage/ListLabelCellRenderForRightRole.java b/Source/Client/PLTClient/src/com/vci/client/framework/systemConfig/stafforgmanage/ListLabelCellRenderForRightRole.java
index 38d295c..b93d26e 100644
--- a/Source/Client/PLTClient/src/com/vci/client/framework/systemConfig/stafforgmanage/ListLabelCellRenderForRightRole.java
+++ b/Source/Client/PLTClient/src/com/vci/client/framework/systemConfig/stafforgmanage/ListLabelCellRenderForRightRole.java
@@ -7,7 +7,7 @@
 import javax.swing.ListCellRenderer;
 
 import com.vci.client.common.objects.UserObject;
-import com.vci.client.ui.image.bundle.BundleImage;
+import com.vci.client.ui.image.BundleImage;
 
 
 public class ListLabelCellRenderForRightRole extends JLabel implements ListCellRenderer {

--
Gitblit v1.9.3