35363738394041
public abstract class BaseJdbcDAO { private PropertyUtils properties; public BaseJdbcDAO() { properties = new PropertyUtils(); }