wuzeyu
2024-08-01 0ee940c32fb24ec0eaa6548beb476f2beb2cce62
1
2
3
4
5
6
package com.dy.rtuMw.server.rtuData;
 
public class TreeConfig {
    public TaskConfig taskConf ;
    public TreeConfig[] subTreeConfs ;//所有子节点
}