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