From 71049a2149033ced0d498f2f9ed3d5d1b9ed644d Mon Sep 17 00:00:00 2001 From: ludc Date: 星期五, 19 七月 2024 16:12:34 +0800 Subject: [PATCH] 对象建模——枚举和枚举项的查询、新增、修改、删除、查看使用范围、下载导入模板、导入、导出接口并联调。 --- Source/Client/PLTClient/src/com/vci/client/workflow/template/ProcessCustomToolBar.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/Client/PLTClient/src/com/vci/client/workflow/template/ProcessCustomToolBar.java b/Source/Client/PLTClient/src/com/vci/client/workflow/template/ProcessCustomToolBar.java index 73d661a..6e69793 100644 --- a/Source/Client/PLTClient/src/com/vci/client/workflow/template/ProcessCustomToolBar.java +++ b/Source/Client/PLTClient/src/com/vci/client/workflow/template/ProcessCustomToolBar.java @@ -8,7 +8,7 @@ import javax.swing.JOptionPane; import com.vci.client.logon.base.BaseToolBar; -import com.vci.client.ui.image.bundle.BundleImage; +import com.vci.client.ui.image.BundleImage; import com.vci.client.workflow.commom.ClientHelper; public class ProcessCustomToolBar extends BaseToolBar { -- Gitblit v1.9.3