package io.mycat.server.config.node;
import java.util.Properties;
public class HostIndexConfig {
private Properties props = new Properties();
public Properties getProps() {
return props;
}
public void setProps(Properties props) {
this.props = props;
}
}