mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 04:02:09 +08:00
去除NodeComponent中getCmpData的删除标识
This commit is contained in:
@@ -425,7 +425,6 @@ public abstract class NodeComponent{
|
||||
* @return data对象
|
||||
* @param <T> data的泛型
|
||||
*/
|
||||
@Deprecated
|
||||
public <T> T getCmpData(Class<T> clazz) {
|
||||
String cmpData = getRefNode().getCmpData();
|
||||
if (StrUtil.isBlank(cmpData)) {
|
||||
|
||||
Reference in New Issue
Block a user