refactor: 接口插件预留预加载方法

This commit is contained in:
fit2-zhao 2023-09-18 10:12:10 +08:00
parent 5dc90fd67b
commit f69216902c
1 changed files with 7 additions and 0 deletions

View File

@ -41,6 +41,13 @@ public abstract class TestElementDTO implements Serializable {
// 子组件
private LinkedList<TestElementDTO> children;
/**
* 预加载数据
*/
public void preload() throws Exception {
PluginLogUtils.info("TestElementDTO preload");
}
/**
* 自组件重新这个方法
*/