refactor: 接口插件预留预加载方法
This commit is contained in:
parent
5dc90fd67b
commit
f69216902c
|
@ -41,6 +41,13 @@ public abstract class TestElementDTO implements Serializable {
|
|||
// 子组件
|
||||
private LinkedList<TestElementDTO> children;
|
||||
|
||||
/**
|
||||
* 预加载数据
|
||||
*/
|
||||
public void preload() throws Exception {
|
||||
PluginLogUtils.info("TestElementDTO preload");
|
||||
}
|
||||
|
||||
/**
|
||||
* 自组件重新这个方法
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue