liurunyu
2024-10-28 2a28162376e873e23feb00cc71a420c885e27c62
1
2
3
4
5
6
package com.dy.rtuMw.server.rtuData;
 
public class TreeConfig {
    public TaskConfig taskConf ;
    public TreeConfig[] subTreeConfs ;//所有子节点
}