From 3b6b2e8d625b3d9dfc1a819b52e23da1a493506e Mon Sep 17 00:00:00 2001
From: 杜洪波 <1074825718@qq.com>
Date: 星期四, 06 十一月 2025 10:23:17 +0800
Subject: [PATCH] 图标配置优化
---
src/main/java/com/product/server/report/service/idel/IGenerateEChartService.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/com/product/server/report/service/idel/IGenerateEChartService.java b/src/main/java/com/product/server/report/service/idel/IGenerateEChartService.java
index c2bc0ca..6b0d085 100644
--- a/src/main/java/com/product/server/report/service/idel/IGenerateEChartService.java
+++ b/src/main/java/com/product/server/report/service/idel/IGenerateEChartService.java
@@ -31,7 +31,7 @@
* @return
* @throws BaseException
*/
- void getAllProperties(String superiorUuid,JSONObject obj, JSONObject allProperties)throws BaseException;
+ void getAllJSONAttrs(String superiorUuid,JSONObject obj, JSONObject allProperties)throws BaseException;
/**
* 鑾峰彇涓婄骇鏁版嵁骞舵嫾瑁卝son
@@ -76,7 +76,7 @@
* @return
* @throws BaseException
*/
- List<String> releaseConfig(FieldSetEntity fieldSetEntity,String module_uuid,String parentCode)throws BaseException;
+ List<String> releaseConfig(FieldSetEntity fieldSetEntity,String parentModuleUUID)throws BaseException;
/**
* 鍙栨秷鍙戝竷
--
Gitblit v1.9.2